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)
1563
return (x.Key == y.Key) &&
_tComparer
.Equals(x.Value, y.Value);
1568
return Hashing.CombineHash(obj.Key,
_tComparer
.GetHashCode(obj.Value));