Package org.robovm.apple.mlcompute
Class MLCExecutionOptions
- All Implemented Interfaces:
Comparable<MLCExecutionOptions>,Iterable<MLCExecutionOptions>
public final class MLCExecutionOptions extends Bits<MLCExecutionOptions>
-
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 MLCExecutionOptionsForwardForInferencestatic MLCExecutionOptionsNonestatic MLCExecutionOptionsPerLayerProfilingstatic MLCExecutionOptionsProfilingstatic MLCExecutionOptionsSkipWritingInputDataToDevicestatic MLCExecutionOptionsSynchronous -
Constructor Summary
Constructors Constructor Description MLCExecutionOptions(long value) -
Method Summary
Modifier and Type Method Description protected MLCExecutionOptions[]_values()static MLCExecutionOptions[]values()protected MLCExecutionOptionswrap(long value, long mask)
-
Field Details
-
None
-
SkipWritingInputDataToDevice
-
Synchronous
-
Profiling
-
ForwardForInference
-
PerLayerProfiling
- Since:
- Available in iOS 15.0 and later.
-
-
Constructor Details
-
MLCExecutionOptions
public MLCExecutionOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MLCExecutionOptions>
-
_values
- Specified by:
_valuesin classBits<MLCExecutionOptions>
-
values
-