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