Share via


MLCTrainingGraph.ExecuteOptimizerUpdateAsync Method

Definition

Overloads

ExecuteOptimizerUpdateAsync(MLCExecutionOptions, Boolean)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult> ExecuteOptimizerUpdateAsync(MLCompute.MLCExecutionOptions options, out bool result);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteOptimizerUpdateAsync : MLCompute.MLCExecutionOptions * bool -> System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult>
override this.ExecuteOptimizerUpdateAsync : MLCompute.MLCExecutionOptions * bool -> System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult>

Parameters

result
Boolean

Returns

Attributes

Applies to

ExecuteOptimizerUpdateAsync(MLCExecutionOptions)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult> ExecuteOptimizerUpdateAsync(MLCompute.MLCExecutionOptions options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteOptimizerUpdateAsync : MLCompute.MLCExecutionOptions -> System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult>
override this.ExecuteOptimizerUpdateAsync : MLCompute.MLCExecutionOptions -> System.Threading.Tasks.Task<MLCompute.MLCGraphCompletionResult>

Parameters

Returns

Attributes

Applies to