Share via


OnnxSessionOptions.ExecutionMode Property

Definition

Sets the execution mode for the session. Default is set to ORT_SEQUENTIAL. See [ONNX_Runtime_Perf_Tuning.md] for more details.

public Microsoft.ML.OnnxRuntime.ExecutionMode ExecutionMode { get; set; }
member this.ExecutionMode : Microsoft.ML.OnnxRuntime.ExecutionMode with get, set
Public Property ExecutionMode As ExecutionMode

Property Value

Microsoft.ML.OnnxRuntime.ExecutionMode

Applies to