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