| Package | Description |
|---|---|
| org.nd4j.enums | |
| org.nd4j.linalg.api.ops.impl.layers.convolution.config |
| Modifier and Type | Method and Description |
|---|---|
static WeightsFormat |
WeightsFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightsFormat[] |
WeightsFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Conv2DConfig(long kH,
long kW,
long sH,
long sW,
long pH,
long pW,
long dH,
long dW,
boolean isSameMode,
String dataFormat,
WeightsFormat weightsFormat) |
Copyright © 2021. All rights reserved.