Uses of Class
org.deeplearning4j.nn.conf.layers.PoolingType
-
Packages that use PoolingType Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.layers.convolution.subsampling org.deeplearning4j.nn.layers.mkldnn org.deeplearning4j.util -
-
Uses of PoolingType in org.deeplearning4j.nn.conf.layers
Fields in org.deeplearning4j.nn.conf.layers declared as PoolingType Modifier and Type Field Description protected PoolingTypeSubsampling3DLayer.BaseSubsamplingBuilder. poolingTypeprotected PoolingTypeSubsampling3DLayer. poolingTypeprotected PoolingTypeSubsamplingLayer.BaseSubsamplingBuilder. poolingTypeprotected PoolingTypeSubsamplingLayer. poolingTypeMethods in org.deeplearning4j.nn.conf.layers that return PoolingType Modifier and Type Method Description PoolingTypeSubsampling3DLayer.PoolingType. toPoolingType()PoolingTypeSubsamplingLayer.PoolingType. toPoolingType()static PoolingTypePoolingType. valueOf(String name)Returns the enum constant of this type with the specified name.static PoolingType[]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 PoolingType Modifier and Type Method Description GlobalPoolingLayer.BuilderGlobalPoolingLayer.Builder. poolingType(PoolingType poolingType)TSubsampling3DLayer.BaseSubsamplingBuilder. poolingType(PoolingType poolingType)TSubsamplingLayer.BaseSubsamplingBuilder. poolingType(PoolingType poolingType)Constructors in org.deeplearning4j.nn.conf.layers with parameters of type PoolingType Constructor Description BaseSubsamplingBuilder(PoolingType poolingType)BaseSubsamplingBuilder(PoolingType poolingType, int[] kernelSize)BaseSubsamplingBuilder(PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)BaseSubsamplingBuilder(PoolingType poolingType)BaseSubsamplingBuilder(PoolingType poolingType, int[] kernelSize)BaseSubsamplingBuilder(PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)Builder(PoolingType poolingType)Builder(PoolingType poolingType)Builder(PoolingType poolingType, int kernelSize)Builder(PoolingType poolingType, int kernelSize, int stride, int padding)Builder(PoolingType poolingType)Builder(PoolingType poolingType, int[] kernelSize)Builder(PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)Builder(PoolingType poolingType)Builder(PoolingType poolingType, int[] kernelSize)Builder(PoolingType poolingType, int[] kernelSize, int[] stride, int[] padding)GlobalPoolingLayer(PoolingType poolingType) -
Uses of PoolingType in org.deeplearning4j.nn.layers.convolution.subsampling
Methods in org.deeplearning4j.nn.layers.convolution.subsampling with parameters of type PoolingType Modifier and Type Method Description INDArraySubsamplingHelper. activate(INDArray input, boolean training, int[] kernel, int[] strides, int[] pad, PoolingType poolingType, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr)Pair<Gradient,INDArray>SubsamplingHelper. backpropGradient(INDArray input, INDArray epsilon, int[] kernel, int[] strides, int[] pad, PoolingType poolingType, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr) -
Uses of PoolingType in org.deeplearning4j.nn.layers.mkldnn
Methods in org.deeplearning4j.nn.layers.mkldnn with parameters of type PoolingType Modifier and Type Method Description INDArrayMKLDNNSubsamplingHelper. activate(INDArray input, boolean training, int[] kernel, int[] strides, int[] pad, PoolingType poolingType, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr)Pair<Gradient,INDArray>MKLDNNSubsamplingHelper. backpropGradient(INDArray input, INDArray epsilon, int[] kernel, int[] strides, int[] pad, PoolingType poolingType, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr) -
Uses of PoolingType in org.deeplearning4j.util
Methods in org.deeplearning4j.util with parameters of type PoolingType Modifier and Type Method Description static INDArrayMaskedReductionUtil. maskedPoolingConvolution(PoolingType poolingType, INDArray toReduce, INDArray mask, int pnorm, DataType dataType)static INDArrayMaskedReductionUtil. maskedPoolingEpsilonCnn(PoolingType poolingType, INDArray input, INDArray mask, INDArray epsilon2d, int pnorm, DataType dataType)static INDArrayMaskedReductionUtil. maskedPoolingEpsilonTimeSeries(PoolingType poolingType, INDArray input, INDArray mask, INDArray epsilon2d, int pnorm)static INDArrayMaskedReductionUtil. maskedPoolingTimeSeries(PoolingType poolingType, INDArray toReduce, INDArray mask, int pnorm, DataType dataType)
-