OnnxSessionOptions.ExecutionMode Property
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.
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