public static class InputType.InputTypeRecurrent extends InputType
InputType.InputTypeConvolutional, InputType.InputTypeConvolutional3D, InputType.InputTypeConvolutionalFlat, InputType.InputTypeFeedForward, InputType.InputTypeRecurrent, InputType.Type| Constructor and Description |
|---|
InputTypeRecurrent(long size) |
InputTypeRecurrent(long size,
long timeSeriesLength) |
InputTypeRecurrent(long size,
long timeSeriesLength,
RNNFormat format) |
InputTypeRecurrent(long size,
RNNFormat format) |
| 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 InputTypeRecurrent(long size)
public InputTypeRecurrent(long size,
long timeSeriesLength)
public InputTypeRecurrent(long size,
RNNFormat format)
public InputTypeRecurrent(long size,
long timeSeriesLength,
RNNFormat format)
public InputType.Type getType()
public long arrayElementsPerExample()
arrayElementsPerExample in class InputTypeCopyright © 2021. All rights reserved.