public final class MPSCNNConvolutionGradientOption
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
All
Compute both gradients
|
static long |
GradientWithData
Only compute gradient with respect to data
|
static long |
GradientWithWeightsAndBias
Only compute gradient with respect to weights and bias
|
public static final long GradientWithData
public static final long GradientWithWeightsAndBias
public static final long All