3 references to HashHelpers
Microsoft.ML.StandardTrainers (3)
Standard\SdcaBinary.cs (3)
1218
long prime =
HashHelpers
.GetPrime(size);
1307
long size =
HashHelpers
.ExpandPrime(_count);
1343
Contracts.Assert(_rgit.Length >= _count || _rgit.Length ==
HashHelpers
.MaxPrime);