Uses of Interface
org.deeplearning4j.nn.conf.DataFormat
-
-
Uses of DataFormat in org.deeplearning4j.nn.conf
Classes in org.deeplearning4j.nn.conf that implement DataFormat Modifier and Type Class Description classCNN2DFormatclassRNNFormat -
Uses of DataFormat in org.deeplearning4j.nn.conf.inputs
Methods in org.deeplearning4j.nn.conf.inputs with parameters of type DataFormat Modifier and Type Method Description static InputTypeInputType. feedForward(long size, DataFormat timeDistributedFormat)Constructors in org.deeplearning4j.nn.conf.inputs with parameters of type DataFormat Constructor Description InputTypeFeedForward(long size, DataFormat timeDistributedFormat) -
Uses of DataFormat in org.deeplearning4j.nn.conf.layers
Classes in org.deeplearning4j.nn.conf.layers that implement DataFormat Modifier and Type Class Description static classConvolution3D.DataFormatAn optional dataFormat: "NDHWC" or "NCDHW".Fields in org.deeplearning4j.nn.conf.layers declared as DataFormat Modifier and Type Field Description protected DataFormatFeedForwardLayer. timeDistributedFormat -
Uses of DataFormat in org.deeplearning4j.nn.conf.serde.format
Methods in org.deeplearning4j.nn.conf.serde.format that return DataFormat Modifier and Type Method Description DataFormatDataFormatDeserializer. deserialize(org.nd4j.shade.jackson.core.JsonParser jp, org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)Methods in org.deeplearning4j.nn.conf.serde.format with parameters of type DataFormat Modifier and Type Method Description voidDataFormatSerializer. serialize(DataFormat dataFormat, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider) -
Uses of DataFormat in org.deeplearning4j.preprocessors
Constructors in org.deeplearning4j.preprocessors with parameters of type DataFormat Constructor Description ReshapePreprocessor(long[] inputShape, long[] targetShape, boolean hasMiniBatchDimension, DataFormat dataFormat)
-