17 implementations of IHasher
Microsoft.ML.Data (17)
Transforms\Hashing.cs (17)
541private readonly struct HashFloat : IHasher<float> 565private readonly struct HashDouble : IHasher<double> 610private readonly struct HashText : IHasher<ReadOnlyMemory<char>> 634private readonly struct HashKey1 : IHasher<byte> 658private readonly struct HashKey2 : IHasher<ushort> 682private readonly struct HashKey4 : IHasher<uint> 706private readonly struct HashKey8 : IHasher<ulong> 748private readonly struct HashU1 : IHasher<byte> 768private readonly struct HashU2 : IHasher<ushort> 788private readonly struct HashU4 : IHasher<uint> 808private readonly struct HashU8 : IHasher<ulong> 842private readonly struct HashU16 : IHasher<DataViewRowId> 883private readonly struct HashBool : IHasher<bool> 903private readonly struct HashI1 : IHasher<sbyte> 923private readonly struct HashI2 : IHasher<short> 943private readonly struct HashI4 : IHasher<int> 963private readonly struct HashI8 : IHasher<long>
5 references to IHasher
Microsoft.ML.Data (5)
Transforms\Hashing.cs (5)
450where THash : struct, IHasher<T> 998where THash : struct, IHasher<T> 1024where THash : struct, IHasher<T> 1142where THash : struct, IHasher<T> 1280where THash : struct, IHasher<T>