Uses of Class
org.deeplearning4j.nn.conf.layers.Layer.Builder
-
-
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers
Classes in org.deeplearning4j.nn.conf.layers with type parameters of type Layer.Builder Modifier and Type Class Description static classLayer.Builder<T extends Layer.Builder<T>>Methods in org.deeplearning4j.nn.conf.layers with parameters of type Layer.Builder Modifier and Type Method Description protected voidGravesBidirectionalLSTM. initializeConstraints(Layer.Builder<?> builder)Deprecated.protected voidGravesLSTM. initializeConstraints(Layer.Builder<?> builder)Deprecated.protected voidLayer. initializeConstraints(Layer.Builder<?> builder)Initialize the weight constraints.protected voidLSTM. initializeConstraints(Layer.Builder<?> builder)protected voidSeparableConvolution2D. initializeConstraints(Layer.Builder<?> builder)Constructors in org.deeplearning4j.nn.conf.layers with parameters of type Layer.Builder Constructor Description Layer(Layer.Builder builder)NoParamLayer(Layer.Builder builder) -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.convolutional
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.convolutional Modifier and Type Class Description static classCropping1D.Builderstatic classCropping2D.Builderstatic classCropping3D.Builder -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.misc
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.misc Modifier and Type Class Description static classElementWiseMultiplicationLayer.Builderstatic classFrozenLayer.Builderstatic classRepeatVector.Builder<T extends RepeatVector.Builder<T>> -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.objdetect
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.objdetect Modifier and Type Class Description static classYolo2OutputLayer.Builder -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.recurrent
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.recurrent Modifier and Type Class Description static classBidirectional.Builderstatic classSimpleRnn.Builder -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.samediff
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.samediff Modifier and Type Class Description static classAbstractSameDiffLayer.Builder<T extends AbstractSameDiffLayer.Builder<T>>static classSameDiffLayer.Builder<T extends SameDiffLayer.Builder<T>> -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.util
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.util Modifier and Type Class Description static classMaskZeroLayer.Builder -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.variational
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.layers.variational Modifier and Type Class Description static classVariationalAutoencoder.Builder -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.layers.wrapper
Constructors in org.deeplearning4j.nn.conf.layers.wrapper with parameters of type Layer.Builder Constructor Description BaseWrapperLayer(Layer.Builder builder) -
Uses of Layer.Builder in org.deeplearning4j.nn.conf.ocnn
Subclasses of Layer.Builder in org.deeplearning4j.nn.conf.ocnn Modifier and Type Class Description static classOCNNOutputLayer.Builder
-