1 write to _rbuffIndices
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
502_rbuffIndices = new int[_rbuff.Length];
6 references to _rbuffIndices
Microsoft.ML.Data (6)
DataView\Transposer.cs (6)
526Array.Clear(_rbuffIndices, 0, _rbuffIndices.Length); 584int ii = _rbuffIndices[r]; 592_rbuffIndices[r]++; 625int ii = rbuff.IsDense ? s : _rbuffIndices[pair.Value]++; 633Array.Clear(_rbuffIndices, 0, irbuff);