Uses of Class
org.robovm.apple.mlcompute.MLCDeviceType
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCDeviceType in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCDeviceType Modifier and Type Method Description MLCDeviceTypeMLCDevice. getActualDeviceType()MLCDeviceTypeMLCLayer. getDeviceType()MLCDeviceTypeMLCDevice. getType()static MLCDeviceTypeMLCDeviceType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCDeviceTypeMLCDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCDeviceType[]MLCDeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mlcompute with parameters of type MLCDeviceType Modifier and Type Method Description protected static longMLCDevice. create(MLCDeviceType type)protected static longMLCDevice. create(MLCDeviceType type, boolean selectsMultipleComputeDevices)Constructors in org.robovm.apple.mlcompute with parameters of type MLCDeviceType Constructor Description MLCDevice(MLCDeviceType type)MLCDevice(MLCDeviceType type, boolean selectsMultipleComputeDevices)