Uses of Class
org.deeplearning4j.nn.api.Layer.Type
-
-
Uses of Layer.Type in org.deeplearning4j.nn.api
Methods in org.deeplearning4j.nn.api that return Layer.Type Modifier and Type Method Description Layer.TypeLayer. type()Returns the layer typestatic Layer.TypeLayer.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Layer.Type[]Layer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Layer.Type in org.deeplearning4j.nn.layers
Methods in org.deeplearning4j.nn.layers that return Layer.Type Modifier and Type Method Description Layer.TypeAbstractLayer. type()Layer.TypeActivationLayer. type()Layer.TypeDropoutLayer. type()Layer.TypeLossLayer. type()Layer.TypeRepeatVector. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.convolution
Methods in org.deeplearning4j.nn.layers.convolution that return Layer.Type Modifier and Type Method Description Layer.TypeCnn3DLossLayer. type()Layer.TypeCnnLossLayer. type()Layer.TypeConvolutionLayer. type()Layer.TypeCropping1DLayer. type()Layer.TypeCropping2DLayer. type()Layer.TypeCropping3DLayer. type()Layer.TypeSpaceToBatch. type()Layer.TypeSpaceToDepth. type()Layer.TypeZeroPadding1DLayer. type()Layer.TypeZeroPadding3DLayer. type()Layer.TypeZeroPaddingLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.convolution.subsampling
Methods in org.deeplearning4j.nn.layers.convolution.subsampling that return Layer.Type Modifier and Type Method Description Layer.TypeSubsampling3DLayer. type()Layer.TypeSubsamplingLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.convolution.upsampling
Methods in org.deeplearning4j.nn.layers.convolution.upsampling that return Layer.Type Modifier and Type Method Description Layer.TypeUpsampling2D. type()Layer.TypeUpsampling3D. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.feedforward
Methods in org.deeplearning4j.nn.layers.feedforward that return Layer.Type Modifier and Type Method Description Layer.TypePReLU. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.feedforward.embedding
Methods in org.deeplearning4j.nn.layers.feedforward.embedding that return Layer.Type Modifier and Type Method Description Layer.TypeEmbeddingSequenceLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.normalization
Methods in org.deeplearning4j.nn.layers.normalization that return Layer.Type Modifier and Type Method Description Layer.TypeBatchNormalization. type()Layer.TypeLocalResponseNormalization. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.ocnn
Methods in org.deeplearning4j.nn.layers.ocnn that return Layer.Type Modifier and Type Method Description Layer.TypeOCNNOutputLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.pooling
Methods in org.deeplearning4j.nn.layers.pooling that return Layer.Type Modifier and Type Method Description Layer.TypeGlobalPoolingLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent that return Layer.Type Modifier and Type Method Description Layer.TypeBidirectionalLayer. type()Layer.TypeGravesBidirectionalLSTM. type()Layer.TypeGravesLSTM. type()Deprecated.Layer.TypeLastTimeStepLayer. type()Layer.TypeLSTM. type()Layer.TypeMaskZeroLayer. type()Layer.TypeRnnLossLayer. type()Layer.TypeRnnOutputLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.variational
Methods in org.deeplearning4j.nn.layers.variational that return Layer.Type Modifier and Type Method Description Layer.TypeVariationalAutoencoder. type() -
Uses of Layer.Type in org.deeplearning4j.nn.layers.wrapper
Methods in org.deeplearning4j.nn.layers.wrapper that return Layer.Type Modifier and Type Method Description Layer.TypeBaseWrapperLayer. type() -
Uses of Layer.Type in org.deeplearning4j.nn.multilayer
Methods in org.deeplearning4j.nn.multilayer that return Layer.Type Modifier and Type Method Description Layer.TypeMultiLayerNetwork. type()
-