1 write to _tComparer
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1558_tComparer = tComparer;
2 references to _tComparer
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1563return (x.Key == y.Key) && _tComparer.Equals(x.Value, y.Value); 1568return Hashing.CombineHash(obj.Key, _tComparer.GetHashCode(obj.Value));