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)
61
for (int i = 0; i <
_positions
.Length; ++i)
62
_positions
[i] = rand.Next(Length);
86
foreach (long pos in
_positions
)