Uses of Class
org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D.Pooling2DType
-
Packages that use Pooling2D.Pooling2DType Package Description org.nd4j.linalg.api.ops.impl.layers.convolution org.nd4j.linalg.api.ops.impl.layers.convolution.config org.nd4j.linalg.convolution -
-
Uses of Pooling2D.Pooling2DType in org.nd4j.linalg.api.ops.impl.layers.convolution
Methods in org.nd4j.linalg.api.ops.impl.layers.convolution that return Pooling2D.Pooling2DType Modifier and Type Method Description static Pooling2D.Pooling2DTypePooling2D.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. -
Uses of Pooling2D.Pooling2DType in org.nd4j.linalg.api.ops.impl.layers.convolution.config
Constructors in org.nd4j.linalg.api.ops.impl.layers.convolution.config with parameters of type Pooling2D.Pooling2DType Constructor Description Pooling2DConfig(long kH, long kW, long sH, long sW, long pH, long pW, double extra, Pooling2D.Pooling2DType type, Pooling2D.Divisor divisor, PaddingMode paddingMode, long dH, long dW, boolean isNHWC) -
Uses of Pooling2D.Pooling2DType in org.nd4j.linalg.convolution
Methods in org.nd4j.linalg.convolution with parameters of type Pooling2D.Pooling2DType Modifier and Type Method Description static INDArrayConvolution. 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
-