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