Package apple.coreml.enums
Class MLMultiArrayShapeConstraintType
- java.lang.Object
-
- apple.coreml.enums.MLMultiArrayShapeConstraintType
-
public final class MLMultiArrayShapeConstraintType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longEnumeratedLimited to an enumerated set of shapesstatic longRangeAllow full specified range per dimensionstatic longUnspecifiedAn unconstrained shape.
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
An unconstrained shape. Any multi array satisfies this constraint.- See Also:
- Constant Field Values
-
Enumerated
public static final long Enumerated
Limited to an enumerated set of shapes- See Also:
- Constant Field Values
-
Range
public static final long Range
Allow full specified range per dimension- See Also:
- Constant Field Values
-
-