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 | 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() |
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 © 2018. All rights reserved.