MLSequence.Create Method

Definition

Overloads

Create(NSNumber[])

Static factory method that creates an MLSequence from the given .

Create(String[])

Static factory method that creates an MLSequence from the given .

Create(NSNumber[])

Static factory method that creates an MLSequence from the given .

[Foundation.Export("sequenceWithInt64Array:")]
public static CoreML.MLSequence Create (Foundation.NSNumber[] int64Values);
static member Create : Foundation.NSNumber[] -> CoreML.MLSequence

Parameters

int64Values
NSNumber[]

Returns

Attributes

Applies to

Create(String[])

Static factory method that creates an MLSequence from the given .

[Foundation.Export("sequenceWithStringArray:")]
public static CoreML.MLSequence Create (string[] stringValues);
static member Create : string[] -> CoreML.MLSequence

Parameters

stringValues
String[]

Returns

Attributes

Applies to