Modifier and Type | Method and Description |
---|---|
LayerHelper |
Layer.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
AbstractLayer.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
ConvolutionHelper
Helper for the convolution layer.
|
Modifier and Type | Method and Description |
---|---|
LayerHelper |
ConvolutionLayer.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
SubsamplingHelper
Helper for the subsampling layer.
|
Modifier and Type | Method and Description |
---|---|
LayerHelper |
SubsamplingLayer.getHelper() |
Modifier and Type | Class and Description |
---|---|
class |
MKLDNNBatchNormHelper
MKL-DNN batch normalization helper implementation
|
class |
MKLDNNConvHelper
MKL-DNN Convolution (2d) helper
|
class |
MKLDNNLocalResponseNormalizationHelper
MKL-DNN Local response normalization helper
|
class |
MKLDNNSubsamplingHelper
MKL-DNN Subsampling (2d) helper
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchNormalizationHelper
Helper for the batch normalization layer.
|
interface |
LocalResponseNormalizationHelper
Helper for the local response normalization layer.
|
Modifier and Type | Method and Description |
---|---|
LayerHelper |
LocalResponseNormalization.getHelper() |
LayerHelper |
BatchNormalization.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
LSTMHelper
Helper for the recurrent LSTM layer (no peephole connections).
|
Modifier and Type | Method and Description |
---|---|
LayerHelper |
BidirectionalLayer.getHelper() |
LayerHelper |
LSTM.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
VariationalAutoencoder.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
BaseWrapperLayer.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
MultiLayerNetwork.getHelper() |
Copyright © 2019. All rights reserved.