3 writes to _hash
Microsoft.ML.Data (3)
Utils\SequencePool.cs (3)
57_hash = new uint[10]; 90_hash = new uint[Math.Max(_idLim, 10)]; 251Array.Resize(ref _hash, size);
7 references to _hash
Microsoft.ML.Data (7)
Utils\SequencePool.cs (7)
99_hash[id] = Hashing.HashSequence(sequence, 0, count); 100int i = GetBucketIndex(_hash[id]); 135Contracts.Assert(Math.Max(10, _idLim) <= Utils.Size(_hash)); 162if (_hash[idCur] != hash) 244Contracts.Assert(_hash.Length >= _next.Length); 269_hash[_idLim] = hash; 291int i = GetBucketIndex(_hash[id]);