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