5 references to Length
Microsoft.ML.PerformanceTests (5)
CacheDataViewBench.cs (5)
32
int[] values = new int[
Length
];
53
if (count !=
Length
)
54
throw new Exception($"Expected {
Length
} values in cache but only saw {count}");
59
_positions = new long[
Length
];
62
_positions[i] = rand.Next(
Length
);