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 class
Layer.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 void
GravesBidirectionalLSTM. initializeConstraints(Layer.Builder<?> builder)
Deprecated.protected void
GravesLSTM. initializeConstraints(Layer.Builder<?> builder)
Deprecated.protected void
Layer. initializeConstraints(Layer.Builder<?> builder)
Initialize the weight constraints.protected void
LSTM. initializeConstraints(Layer.Builder<?> builder)
protected void
SeparableConvolution2D. 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 class
Cropping1D.Builder
static class
Cropping2D.Builder
static class
Cropping3D.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 class
ElementWiseMultiplicationLayer.Builder
static class
FrozenLayer.Builder
static class
RepeatVector.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 class
Yolo2OutputLayer.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 class
Bidirectional.Builder
static class
SimpleRnn.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 class
AbstractSameDiffLayer.Builder<T extends AbstractSameDiffLayer.Builder<T>>
static class
SameDiffLayer.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 class
MaskZeroLayer.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 class
VariationalAutoencoder.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 class
OCNNOutputLayer.Builder
-