Uses of Class
org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D.Pooling2DType
-
Packages that use AvgPooling2D.Pooling2DType Package Description org.nd4j.linalg.api.ops.impl.layers.convolution -
-
Uses of AvgPooling2D.Pooling2DType in org.nd4j.linalg.api.ops.impl.layers.convolution
Methods in org.nd4j.linalg.api.ops.impl.layers.convolution that return AvgPooling2D.Pooling2DType Modifier and Type Method Description static AvgPooling2D.Pooling2DTypeAvgPooling2D.Pooling2DType. valueOf(String name)Returns the enum constant of this type with the specified name.static AvgPooling2D.Pooling2DType[]AvgPooling2D.Pooling2DType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-