Share via


MLCTrainingGraph.ExecuteOptimizerUpdate Method

Definition

[Foundation.Export("executeOptimizerUpdateWithOptions:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ExecuteOptimizerUpdate(MLCompute.MLCExecutionOptions options, MLCompute.MLCGraphCompletionHandler? completionHandler);
[<Foundation.Export("executeOptimizerUpdateWithOptions:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteOptimizerUpdate : MLCompute.MLCExecutionOptions * MLCompute.MLCGraphCompletionHandler -> bool
override this.ExecuteOptimizerUpdate : MLCompute.MLCExecutionOptions * MLCompute.MLCGraphCompletionHandler -> bool

Parameters

completionHandler
MLCGraphCompletionHandler

Returns

Attributes

Applies to