public final class MPSCNNBinaryConvolutionType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AND
Use input image binarization and the AND-operation to perform the actual convolution - See MPSCNNBinaryConvolution for details
|
static long |
BinaryWeights
Otherwise a normal convolution operation, except that the weights are binary values
|
static long |
XNOR
Use input image binarization and the XNOR-operation to perform the actual convolution - See MPSCNNBinaryConvolution for details
|
public static final long BinaryWeights
public static final long XNOR
public static final long AND