Share via


MLSequence.CreateEmpty(MLFeatureType) Method

Definition

Static factory method that creates an empty MLSequence that works with the specified type.

[Foundation.Export("emptySequenceWithType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreML.MLSequence CreateEmpty(CoreML.MLFeatureType type);
[<Foundation.Export("emptySequenceWithType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateEmpty : CoreML.MLFeatureType -> CoreML.MLSequence

Parameters

Returns

Attributes

Applies to