Class InputType.InputTypeConvolutional3D
- java.lang.Object
-
- org.deeplearning4j.nn.conf.inputs.InputType
-
- org.deeplearning4j.nn.conf.inputs.InputType.InputTypeConvolutional3D
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InputType
public static class InputType.InputTypeConvolutional3D extends InputType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.deeplearning4j.nn.conf.inputs.InputType
InputType.InputTypeConvolutional, InputType.InputTypeConvolutional3D, InputType.InputTypeConvolutionalFlat, InputType.InputTypeFeedForward, InputType.InputTypeRecurrent, InputType.Type
-
-
Constructor Summary
Constructors Constructor Description InputTypeConvolutional3D(Convolution3D.DataFormat dataFormat, long depth, long height, long width, long channels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longarrayElementsPerExample()long[]getShape(boolean includeBatchDim)Returns the shape of this InputTypeInputType.TypegetType()StringtoString()-
Methods inherited from class org.deeplearning4j.nn.conf.inputs.InputType
convolutional, convolutional, convolutional3D, convolutional3D, convolutionalFlat, feedForward, feedForward, getDefaultCNN2DFormat, getShape, inferInputType, inferInputTypes, recurrent, recurrent, recurrent, recurrent, setDefaultCNN2DFormat
-
-
-
-
Constructor Detail
-
InputTypeConvolutional3D
public InputTypeConvolutional3D(Convolution3D.DataFormat dataFormat, long depth, long height, long width, long channels)
-
-
Method Detail
-
getType
public InputType.Type getType()
-
arrayElementsPerExample
public long arrayElementsPerExample()
- Specified by:
arrayElementsPerExamplein classInputType
-
-