public final class MPSGraphOptions
extends java.lang.Object
Options to be utilized by the graph
[@constant] MPSGraphOptionsNone No Options [@constant] MPSGraphOptionsSynchronizeResults Synchronize results using a blit encoder if on a GPU [@constant] MPSGraphOptionsVerbose Prints more logging info
| Modifier and Type | Field and Description |
|---|---|
static long |
Default |
static long |
None |
static long |
SynchronizeResults |
static long |
Verbose |
public static final long None
public static final long SynchronizeResults
public static final long Verbose
public static final long Default