2 references to GetSimpleComparer
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1612return GetSimpleComparer<T>(); 1713return new KeyValueComparer<T>(GetSimpleComparer<T>());