Package apple.coreml.enums
Class MLComputeUnits
- java.lang.Object
-
- apple.coreml.enums.MLComputeUnits
-
public final class MLComputeUnits extends java.lang.Object
-
-
Field Detail
-
CPUOnly
public static final long CPUOnly
- See Also:
- Constant Field Values
-
CPUAndGPU
public static final long CPUAndGPU
- See Also:
- Constant Field Values
-
All
public static final long All
- See Also:
- Constant Field Values
-
-