2 writes to _autodeterminedThreads
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
782
_autodeterminedThreads
= args.Threads == null;
848
_autodeterminedThreads
= true;
1 reference to _autodeterminedThreads
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
947
SaveParameters(ctx,
_autodeterminedThreads
? 0 : _threads, _shuffleBlocks);