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 class
CNN2DFormat
class
RNNFormat
-
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 InputType
InputType. 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 class
Convolution3D.DataFormat
An optional dataFormat: "NDHWC" or "NCDHW".Fields in org.deeplearning4j.nn.conf.layers declared as DataFormat Modifier and Type Field Description protected DataFormat
FeedForwardLayer. 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 DataFormat
DataFormatDeserializer. 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 void
DataFormatSerializer. 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)
-