Package org.robovm.apple.metalps
Class MPSKernelOptions
- All Implemented Interfaces:
Comparable<MPSKernelOptions>,Iterable<MPSKernelOptions>
public final class MPSKernelOptions extends Bits<MPSKernelOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static MPSKernelOptionsAllowReducedPrecisionstatic MPSKernelOptionsDisableInternalTilingstatic MPSKernelOptionsInsertDebugGroupsstatic MPSKernelOptionsNonestatic MPSKernelOptionsSkipAPIValidationstatic MPSKernelOptionsVerbose -
Constructor Summary
Constructors Constructor Description MPSKernelOptions(long value) -
Method Summary
Modifier and Type Method Description protected MPSKernelOptions[]_values()static MPSKernelOptions[]values()protected MPSKernelOptionswrap(long value, long mask)
-
Field Details
-
None
- Since:
- Available in iOS 9.0 and later.
-
SkipAPIValidation
- Since:
- Available in iOS 9.0 and later.
-
AllowReducedPrecision
- Since:
- Available in iOS 9.0 and later.
-
DisableInternalTiling
- Since:
- Available in iOS 10.0 and later.
-
InsertDebugGroups
- Since:
- Available in iOS 10.0 and later.
-
Verbose
- Since:
- Available in iOS 11.0 and later.
-
-
Constructor Details
-
MPSKernelOptions
public MPSKernelOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MPSKernelOptions>
-
_values
- Specified by:
_valuesin classBits<MPSKernelOptions>
-
values
-