InterOpNumThreads

OnnxRuntimeSessionOptions.InterOpNumThreads property

Number of threads for running multiple operations in parallel. If sequential execution (ExecutionModeOnnx.ORT_SEQUENTIAL) is enabled in ExecutionMode property, this value is ignored.

public static int InterOpNumThreads { get; set; }

See Also