Uses of Class
org.deeplearning4j.nn.conf.layers.LossLayer.Builder
-
Packages that use LossLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of LossLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return LossLayer.Builder Modifier and Type Method Description LossLayer.BuilderLossLayer.Builder. nIn(int nIn)LossLayer.BuilderLossLayer.Builder. nOut(int nOut)Constructors in org.deeplearning4j.nn.conf.layers with parameters of type LossLayer.Builder Constructor Description LossLayer(LossLayer.Builder builder)
-