Uses of Class
org.deeplearning4j.nn.conf.layers.SubsamplingLayer.PoolingType
-
Packages that use SubsamplingLayer.PoolingType Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of SubsamplingLayer.PoolingType in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return SubsamplingLayer.PoolingType Modifier and Type Method Description static SubsamplingLayer.PoolingTypeSubsamplingLayer.PoolingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubsamplingLayer.PoolingType[]SubsamplingLayer.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 SubsamplingLayer.PoolingType Modifier and Type Method Description TSubsamplingLayer.BaseSubsamplingBuilder. poolingType(SubsamplingLayer.PoolingType poolingType)
-