| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.layers |
| Modifier and Type | Method and Description |
|---|---|
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) |
DepthwiseConvolution2D.Builder |
DepthwiseConvolution2D.Builder.stride(int... stride) |
| Constructor and Description |
|---|
DepthwiseConvolution2D(DepthwiseConvolution2D.Builder builder) |
Copyright © 2018. All rights reserved.