Share via


OnnxSessionOptions.GlobalIntraOpNumThreads Property

Definition

Sets the number of threads used to parallelize the execution within nodes A value of 0 means ORT will pick a default. Only used when PerSessionThreads is false.

public int GlobalIntraOpNumThreads { get; set; }
member this.GlobalIntraOpNumThreads : int with get, set
Public Property GlobalIntraOpNumThreads As Integer

Property Value

Applies to