Uses of Class
org.deeplearning4j.nn.conf.layers.ConvolutionLayer.FwdAlgo
-
Packages that use ConvolutionLayer.FwdAlgo Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.layers.convolution org.deeplearning4j.nn.layers.mkldnn -
-
Uses of ConvolutionLayer.FwdAlgo in org.deeplearning4j.nn.conf.layers
Fields in org.deeplearning4j.nn.conf.layers declared as ConvolutionLayer.FwdAlgo Modifier and Type Field Description protected ConvolutionLayer.FwdAlgoConvolutionLayer.BaseConvBuilder. cudnnFwdAlgoprotected ConvolutionLayer.FwdAlgoConvolutionLayer. cudnnFwdAlgoMethods in org.deeplearning4j.nn.conf.layers that return ConvolutionLayer.FwdAlgo Modifier and Type Method Description static ConvolutionLayer.FwdAlgoConvolutionLayer.FwdAlgo. valueOf(String name)Returns the enum constant of this type with the specified name.static ConvolutionLayer.FwdAlgo[]ConvolutionLayer.FwdAlgo. 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 ConvolutionLayer.FwdAlgo Modifier and Type Method Description TConvolutionLayer.BaseConvBuilder. cudnnFwdMode(ConvolutionLayer.FwdAlgo cudnnFwdAlgo) -
Uses of ConvolutionLayer.FwdAlgo in org.deeplearning4j.nn.layers.convolution
Methods in org.deeplearning4j.nn.layers.convolution with parameters of type ConvolutionLayer.FwdAlgo Modifier and Type Method Description INDArrayConvolutionHelper. preOutput(INDArray input, INDArray weights, INDArray bias, int[] kernel, int[] strides, int[] pad, ConvolutionLayer.AlgoMode mode, ConvolutionLayer.FwdAlgo fwdAlgo, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr) -
Uses of ConvolutionLayer.FwdAlgo in org.deeplearning4j.nn.layers.mkldnn
Methods in org.deeplearning4j.nn.layers.mkldnn with parameters of type ConvolutionLayer.FwdAlgo Modifier and Type Method Description INDArrayMKLDNNConvHelper. preOutput(INDArray input, INDArray weights, INDArray bias, int[] kernel, int[] strides, int[] pad, ConvolutionLayer.AlgoMode mode, ConvolutionLayer.FwdAlgo fwdAlgo, ConvolutionMode convolutionMode, int[] dilation, CNN2DFormat format, LayerWorkspaceMgr workspaceMgr)
-