Modifier and Type | Class and Description |
---|---|
class |
CNN2DFormat |
class |
RNNFormat |
Modifier and Type | Method and Description |
---|---|
static InputType |
InputType.feedForward(long size,
DataFormat timeDistributedFormat) |
Constructor and Description |
---|
InputTypeFeedForward(long size,
DataFormat timeDistributedFormat) |
Modifier and Type | Class and Description |
---|---|
static class |
Convolution3D.DataFormat
An optional dataFormat: "NDHWC" or "NCDHW".
|
Modifier and Type | Field and Description |
---|---|
protected DataFormat |
FeedForwardLayer.timeDistributedFormat |
Modifier and Type | Method and Description |
---|---|
DataFormat |
DataFormatDeserializer.deserialize(org.nd4j.shade.jackson.core.JsonParser jp,
org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
DataFormatSerializer.serialize(DataFormat dataFormat,
org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator,
org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider) |
Constructor and Description |
---|
ReshapePreprocessor(long[] inputShape,
long[] targetShape,
boolean hasMiniBatchDimension,
DataFormat dataFormat) |
Copyright © 2021. All rights reserved.