Uses of Class
org.deeplearning4j.nn.conf.layers.BaseOutputLayer
-
Packages that use BaseOutputLayer Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.conf.ocnn org.deeplearning4j.nn.conf.serde org.deeplearning4j.nn.layers -
-
Uses of BaseOutputLayer in org.deeplearning4j.nn.conf.layers
Subclasses of BaseOutputLayer in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description class
CenterLossOutputLayer
class
OutputLayer
class
RnnOutputLayer
-
Uses of BaseOutputLayer in org.deeplearning4j.nn.conf.ocnn
Subclasses of BaseOutputLayer in org.deeplearning4j.nn.conf.ocnn Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of BaseOutputLayer in org.deeplearning4j.nn.conf.serde
Methods in org.deeplearning4j.nn.conf.serde with parameters of type BaseOutputLayer Modifier and Type Method Description protected void
BaseNetConfigDeserializer. handleLossBackwardCompatibility(BaseOutputLayer baseLayer, org.nd4j.shade.jackson.databind.node.ObjectNode on)
-
Uses of BaseOutputLayer in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers with type parameters of type BaseOutputLayer Modifier and Type Class Description class
BaseOutputLayer<LayerConfT extends BaseOutputLayer>
-