public final class MLCConvolutionType
extends java.lang.Object
A convolution type that you specify for a convolution descriptor.
| Modifier and Type | Field and Description |
|---|---|
static int |
Depthwise
The depthwise convolution type.
|
static int |
Standard
The standard convolution type.
|
static int |
Transposed
The transposed convolution type.
|
public static final int Standard
public static final int Transposed
public static final int Depthwise