| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.impl.layers.convolution | |
| org.nd4j.linalg.api.ops.impl.layers.convolution.config |
| Modifier and Type | Method and Description |
|---|---|
static Pooling3D.Pooling3DType |
Pooling3D.Pooling3DType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pooling3D.Pooling3DType[] |
Pooling3D.Pooling3DType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pooling3D(SameDiff sameDiff,
SDVariable[] inputs,
INDArray[] inputArrays,
INDArray[] outputs,
boolean inPlace,
Pooling3DConfig pooling3DConfig,
Pooling3D.Pooling3DType type) |
Pooling3DDerivative(SameDiff sameDiff,
SDVariable[] inputs,
INDArray[] inputArrays,
INDArray[] outputs,
boolean inPlace,
Pooling3DConfig pooling3DConfig,
Pooling3D.Pooling3DType type) |
| Constructor and Description |
|---|
Pooling3DConfig(long kD,
long kW,
long kH,
long sD,
long sW,
long sH,
long pD,
long pW,
long pH,
long dD,
long dW,
long dH,
Pooling3D.Pooling3DType type,
boolean isSameMode,
boolean isNCDHW) |
Copyright © 2021. All rights reserved.