Package org.robovm.apple.coreml
Class MLUpdateProgressEvent
- All Implemented Interfaces:
Comparable<MLUpdateProgressEvent>,Iterable<MLUpdateProgressEvent>
public final class MLUpdateProgressEvent extends Bits<MLUpdateProgressEvent>
-
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 MLUpdateProgressEventEpochEndstatic MLUpdateProgressEventMiniBatchEndstatic MLUpdateProgressEventNonestatic MLUpdateProgressEventTrainingBegin -
Constructor Summary
Constructors Constructor Description MLUpdateProgressEvent(long value) -
Method Summary
Modifier and Type Method Description protected MLUpdateProgressEvent[]_values()static MLUpdateProgressEvent[]values()protected MLUpdateProgressEventwrap(long value, long mask)
-
Field Details
-
None
-
TrainingBegin
-
EpochEnd
-
MiniBatchEnd
-
-
Constructor Details
-
MLUpdateProgressEvent
public MLUpdateProgressEvent(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MLUpdateProgressEvent>
-
_values
- Specified by:
_valuesin classBits<MLUpdateProgressEvent>
-
values
-