3 references to HashHelpers
Microsoft.ML.Core (3)
Utilities\HashArray.cs (3)
52
_rgit = new int[
HashHelpers
.Primes[0]];
69
Contracts.Assert(Utils.Size(_rgit) >= _ct || Utils.Size(_rgit) ==
HashHelpers
.MaxPrimeArrayLength);
177
int size =
HashHelpers
.ExpandPrime(_ct);