DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.dataFormat(CNN2DFormat format) |
Set the data format for the CNN activations - NCHW (channels first) or NHWC (channels last).
|
DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.depthMultiplier(int depthMultiplier) |
Set channels multiplier for depth-wise convolution
|
DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.kernelSize(int... kernelSize) |
Size of the convolution rows/columns
|
DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.padding(int... padding) |
Padding of the convolution in rows/columns (height/width) dimensions
|
DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.stride(int... stride) |
Stride of the convolution in rows/columns (height/width) dimensions
|