MLMultiArrayShapeConstraintType Enum

Definition

Enumerates the form of a MLMultiArrayShapeConstraint.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MLMultiArrayShapeConstraintType
type MLMultiArrayShapeConstraintType = 
Inheritance
MLMultiArrayShapeConstraintType
Attributes

Fields

Enumerated 2

Only a specific set of shapes are allowed.

Range 3

The shapes are described using ranges.

Unspecified 1

The shape of the allowed inputs are not known.

Applies to