MLCTrainingGraph.ExecuteOptimizerUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ExecuteOptimizerUpdateAsync(MLCExecutionOptions, Boolean) | |
| ExecuteOptimizerUpdateAsync(MLCExecutionOptions) |
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
- options
- MLCExecutionOptions
- 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
- options
- MLCExecutionOptions
Returns
- Attributes