OnnxSessionOptions.GlobalInterOpNumThreads 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 number of threads used to parallelize the execution of the graph (across nodes) If sequential execution is enabled this value is ignored A value of 0 means ORT will pick a default. Only used when PerSessionThreads is false.
public int GlobalInterOpNumThreads { get; set; }
member this.GlobalInterOpNumThreads : int with get, set
Public Property GlobalInterOpNumThreads As Integer