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)
947SaveParameters(ctx, _autodeterminedThreads ? 0 : _threads, _shuffleBlocks);