| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.impl.layers.convolution.config |
| Modifier and Type | Method and Description |
|---|---|
static PaddingMode |
PaddingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaddingMode[] |
PaddingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Conv1DConfig(long k,
long s,
long p,
long d,
String dataFormat,
@NonNull PaddingMode paddingMode) |
Copyright © 2021. All rights reserved.