Uses of Class
org.deeplearning4j.nn.conf.layers.Subsampling3DLayer.PoolingType
-
Packages that use Subsampling3DLayer.PoolingType Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of Subsampling3DLayer.PoolingType in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return Subsampling3DLayer.PoolingType Modifier and Type Method Description static Subsampling3DLayer.PoolingTypeSubsampling3DLayer.PoolingType. valueOf(String name)Returns the enum constant of this type with the specified name.static Subsampling3DLayer.PoolingType[]Subsampling3DLayer.PoolingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.nn.conf.layers with parameters of type Subsampling3DLayer.PoolingType Modifier and Type Method Description TSubsampling3DLayer.BaseSubsamplingBuilder. poolingType(Subsampling3DLayer.PoolingType poolingType)Constructors in org.deeplearning4j.nn.conf.layers with parameters of type Subsampling3DLayer.PoolingType Constructor Description BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType)BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize)BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize, int[] stride)BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)Builder(Subsampling3DLayer.PoolingType poolingType)Builder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize)Builder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize, int[] stride)Builder(Subsampling3DLayer.PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)
-