1 write to _positions
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
59_positions = new long[Length];
3 references to _positions
Microsoft.ML.PerformanceTests (3)
CacheDataViewBench.cs (3)
61for (int i = 0; i < _positions.Length; ++i) 62_positions[i] = rand.Next(Length); 86foreach (long pos in _positions)