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