public final class MPSNNTrainingStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CPU
The weight update pass will be called in a command buffer completion callback, with a nil command buffer
|
static long |
GPU
The weight update pass will be called immediately after the gradient pass is encoded, with a nonnull command buffer
|
static long |
None
Do not train this node, for example in transfer learning
|
public static final long None
public static final long CPU
public static final long GPU