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.FwdAlgo
ConvolutionLayer.BaseConvBuilder. cudnnFwdAlgo
protected ConvolutionLayer.FwdAlgo
ConvolutionLayer. cudnnFwdAlgo
Methods in org.deeplearning4j.nn.conf.layers that return ConvolutionLayer.FwdAlgo Modifier and Type Method Description static ConvolutionLayer.FwdAlgo
ConvolutionLayer.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 T
ConvolutionLayer.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 INDArray
ConvolutionHelper. 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 INDArray
MKLDNNConvHelper. 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)
-