| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.impl.layers.convolution |
| Modifier and Type | Method and Description |
|---|---|
static LegacyPooling2D.Pooling2DType |
LegacyPooling2D.Pooling2DType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegacyPooling2D.Pooling2DType[] |
LegacyPooling2D.Pooling2DType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LegacyPooling2D(INDArray x,
int kh,
int kw,
int sy,
int sx,
int ph,
int pw,
int dh,
int dw,
boolean isSameMode,
LegacyPooling2D.Pooling2DType type,
double extra,
INDArray z)
Deprecated.
|
Copyright © 2018. All rights reserved.