Uses of Class
org.robovm.apple.coreml.MLComputeUnits
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLComputeUnits in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLComputeUnits Modifier and Type Method Description MLComputeUnitsMLModelConfiguration. getComputeUnits()static MLComputeUnitsMLComputeUnits. valueOf(long n)Returns the enum constant of this type with the specified name.static MLComputeUnitsMLComputeUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static MLComputeUnits[]MLComputeUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreml with parameters of type MLComputeUnits Modifier and Type Method Description voidMLModelConfiguration. setComputeUnits(MLComputeUnits v)