4 references to MixHash
Microsoft.ML.Core (4)
Utilities\Hashing.cs (4)
90
/// Make certain to also use <see cref="
MixHash
(uint)"/> or <see cref="MixHash(uint, int)"/> on the final hashed value,
172
hash =
MixHash
(hash);
333
hash =
MixHash
(hash);
354
hash =
MixHash
(hash);