MLMultiArrayDataType Enum

Definition

Enumerates the types of values stored in a MLMultiArray.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MLMultiArrayDataType
type MLMultiArrayDataType = 
Inheritance
MLMultiArrayDataType
Attributes

Fields

Double 65600

The array stores double-precision (64-bit) floating-point values.

Float32 65568

The array stores single-precision (32-bit) floating point values.

Int32 131104

The array stores 32-bit integer values.

Applies to