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 LayerHelperLayer. getHelper() -
Uses of LayerHelper in org.deeplearning4j.nn.conf.dropout
Subinterfaces of LayerHelper in org.deeplearning4j.nn.conf.dropout Modifier and Type Interface Description interfaceDropoutHelper -
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 aLayerHelperfor use with platform specific code.Methods in org.deeplearning4j.nn.layers that return LayerHelper Modifier and Type Method Description LayerHelperAbstractLayer. 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 aLayerHelperfor 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 interfaceConvolutionHelperMethods in org.deeplearning4j.nn.layers.convolution that return LayerHelper Modifier and Type Method Description LayerHelperConvolutionLayer. 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 interfaceSubsamplingHelperHelper for the subsampling layer.Methods in org.deeplearning4j.nn.layers.convolution.subsampling that return LayerHelper Modifier and Type Method Description LayerHelperSubsamplingLayer. 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 classMKLDNNBatchNormHelperclassMKLDNNConvHelperclassMKLDNNLocalResponseNormalizationHelperclassMKLDNNSubsamplingHelper -
Uses of LayerHelper in org.deeplearning4j.nn.layers.normalization
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.normalization Modifier and Type Interface Description interfaceBatchNormalizationHelperinterfaceLocalResponseNormalizationHelperMethods in org.deeplearning4j.nn.layers.normalization that return LayerHelper Modifier and Type Method Description LayerHelperBatchNormalization. getHelper()LayerHelperLocalResponseNormalization. getHelper() -
Uses of LayerHelper in org.deeplearning4j.nn.layers.recurrent
Subinterfaces of LayerHelper in org.deeplearning4j.nn.layers.recurrent Modifier and Type Interface Description interfaceLSTMHelperMethods in org.deeplearning4j.nn.layers.recurrent that return LayerHelper Modifier and Type Method Description LayerHelperBidirectionalLayer. getHelper()LayerHelperLSTM. 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 LayerHelperVariationalAutoencoder. 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 LayerHelperBaseWrapperLayer. getHelper() -
Uses of LayerHelper in org.deeplearning4j.nn.multilayer
Methods in org.deeplearning4j.nn.multilayer that return LayerHelper Modifier and Type Method Description LayerHelperMultiLayerNetwork. getHelper()
-