Uses of Interface
org.deeplearning4j.nn.layers.LayerHelper
-
-
Uses of LayerHelper in org.deeplearning4j.nn.api
Methods in org.deeplearning4j.nn.api that return LayerHelper Modifier and Type Method Description LayerHelper
Layer. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.conf.dropout
Subinterfaces of LayerHelper in org.deeplearning4j.nn.conf.dropout Modifier and Type Interface Description interface
DropoutHelper
-
Uses of LayerHelper in org.deeplearning4j.nn.layers
Methods in org.deeplearning4j.nn.layers with type parameters of type LayerHelper Modifier and Type Method Description static <T extends LayerHelper>
THelperUtils. createHelper(String cudnnHelperClassName, String oneDnnClassName, Class<? extends LayerHelper> layerHelperSuperClass, String layerName, Object... arguments)
Creates aLayerHelper
for use with platform specific code.Methods in org.deeplearning4j.nn.layers that return LayerHelper Modifier and Type Method Description LayerHelper
AbstractLayer. getHelper()
Method parameters in org.deeplearning4j.nn.layers with type arguments of type LayerHelper Modifier and Type Method Description static <T extends LayerHelper>
THelperUtils. createHelper(String cudnnHelperClassName, String oneDnnClassName, Class<? extends LayerHelper> layerHelperSuperClass, String layerName, Object... arguments)
Creates aLayerHelper
for use with platform specific code. -
Uses of LayerHelper in org.deeplearning4j.nn.layers.convolution
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.convolution Modifier and Type Interface Description interface
ConvolutionHelper
Methods in org.deeplearning4j.nn.layers.convolution that return LayerHelper Modifier and Type Method Description LayerHelper
ConvolutionLayer. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.convolution.subsampling
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.convolution.subsampling Modifier and Type Interface Description interface
SubsamplingHelper
Helper for the subsampling layer.Methods in org.deeplearning4j.nn.layers.convolution.subsampling that return LayerHelper Modifier and Type Method Description LayerHelper
SubsamplingLayer. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.mkldnn
Classes in org.deeplearning4j.nn.layers.mkldnn that implement LayerHelper Modifier and Type Class Description class
MKLDNNBatchNormHelper
class
MKLDNNConvHelper
class
MKLDNNLocalResponseNormalizationHelper
class
MKLDNNSubsamplingHelper
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.normalization
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.normalization Modifier and Type Interface Description interface
BatchNormalizationHelper
interface
LocalResponseNormalizationHelper
Methods in org.deeplearning4j.nn.layers.normalization that return LayerHelper Modifier and Type Method Description LayerHelper
BatchNormalization. getHelper()
LayerHelper
LocalResponseNormalization. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.recurrent
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.recurrent Modifier and Type Interface Description interface
LSTMHelper
Methods in org.deeplearning4j.nn.layers.recurrent that return LayerHelper Modifier and Type Method Description LayerHelper
BidirectionalLayer. getHelper()
LayerHelper
LSTM. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.variational
Methods in org.deeplearning4j.nn.layers.variational that return LayerHelper Modifier and Type Method Description LayerHelper
VariationalAutoencoder. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.layers.wrapper
Methods in org.deeplearning4j.nn.layers.wrapper that return LayerHelper Modifier and Type Method Description LayerHelper
BaseWrapperLayer. getHelper()
-
Uses of LayerHelper in org.deeplearning4j.nn.multilayer
Methods in org.deeplearning4j.nn.multilayer that return LayerHelper Modifier and Type Method Description LayerHelper
MultiLayerNetwork. getHelper()
-