Share via


MLModel_MLState.CreateNewState(MLModel) Method

Definition

[Foundation.Export("newState")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreML.MLState CreateNewState(this CoreML.MLModel This);
[<Foundation.Export("newState")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateNewState : CoreML.MLModel -> CoreML.MLState

Parameters

This
MLModel

Returns

Attributes

Applies to