Uses of Class
org.deeplearning4j.nn.conf.layers.ConvolutionLayer.Builder
-
Packages that use ConvolutionLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of ConvolutionLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return ConvolutionLayer.Builder Modifier and Type Method Description ConvolutionLayer.Builder
ConvolutionLayer.Builder. dataFormat(CNN2DFormat format)
Set the data format for the CNN activations - NCHW (channels first) or NHWC (channels last).ConvolutionLayer.Builder
ConvolutionLayer.Builder. kernelSize(int... kernelSize)
Size of the convolution rows/columnsConvolutionLayer.Builder
ConvolutionLayer.Builder. padding(int... padding)
ConvolutionLayer.Builder
ConvolutionLayer.Builder. stride(int... stride)
-