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