3 references to GetThreadCount
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (1)
119int cthd = GetThreadCount();
DataLoadSave\Text\TextLoaderCursor.cs (1)
75cthd = DataViewUtils.GetThreadCount(n, !parent._useThreads);
DataView\CacheDataView.cs (1)
261n = DataViewUtils.GetThreadCount(n);