public static class InputType.InputTypeConvolutional3D extends InputType
InputType.InputTypeConvolutional, InputType.InputTypeConvolutional3D, InputType.InputTypeConvolutionalFlat, InputType.InputTypeFeedForward, InputType.InputTypeRecurrent, InputType.Type| Constructor and Description |
|---|
InputTypeConvolutional3D(Convolution3D.DataFormat dataFormat,
long depth,
long height,
long width,
long channels) |
| Modifier and Type | Method and Description |
|---|---|
long |
arrayElementsPerExample() |
long[] |
getShape(boolean includeBatchDim)
Returns the shape of this InputType
|
InputType.Type |
getType() |
String |
toString() |
convolutional, convolutional, convolutional3D, convolutional3D, convolutionalFlat, feedForward, feedForward, getDefaultCNN2DFormat, getShape, inferInputType, inferInputTypes, recurrent, recurrent, recurrent, recurrent, setDefaultCNN2DFormatpublic InputTypeConvolutional3D(Convolution3D.DataFormat dataFormat, long depth, long height, long width, long channels)
public InputType.Type getType()
public long arrayElementsPerExample()
arrayElementsPerExample in class InputTypeCopyright © 2021. All rights reserved.