2 writes to _mask
Microsoft.ML.Core (2)
Utilities\NormStr.cs (2)
60_mask = 31; 264_mask = size - 1;
5 references to _mask
Microsoft.ML.Core (5)
Utilities\NormStr.cs (5)
61_rgins = new int[_mask + 1]; 73Contracts.Assert(_rgins.Length == _mask + 1); 74Contracts.Assert(Utils.IsPowerOfTwo(_mask + 1)); 82return _rgins[(int)hash & _mask]; 87return (int)hash & _mask;