Uses of Interface
org.deeplearning4j.nn.api.layers.IOutputLayer
-
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers that implement IOutputLayer Modifier and Type Class Description class
BaseOutputLayer<LayerConfT extends BaseOutputLayer>
class
LossLayer
class
OutputLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.convolution
Classes in org.deeplearning4j.nn.layers.convolution that implement IOutputLayer Modifier and Type Class Description class
Cnn3DLossLayer
class
CnnLossLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.objdetect
Classes in org.deeplearning4j.nn.layers.objdetect that implement IOutputLayer Modifier and Type Class Description class
Yolo2OutputLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.ocnn
Classes in org.deeplearning4j.nn.layers.ocnn that implement IOutputLayer Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.recurrent
Classes in org.deeplearning4j.nn.layers.recurrent that implement IOutputLayer Modifier and Type Class Description class
RnnLossLayer
class
RnnOutputLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement IOutputLayer Modifier and Type Class Description class
SameDiffOutputLayer
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers.training
Classes in org.deeplearning4j.nn.layers.training that implement IOutputLayer Modifier and Type Class Description class
CenterLossOutputLayer
-