1 write to _csrc
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
1493Interlocked.CompareExchange(ref _csrc, csrc, 0);
3 references to _csrc
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderParser.cs (3)
1490if (csrc == _csrc) 1495if (csrc == _csrc) 1499Console.WriteLine("Warning: Feature count mismatch: {0} vs {1}", csrc, _csrc);