13 references to MurmurRound
Microsoft.ML.Core (13)
Utilities\Hashing.cs (10)
152hash = MurmurRound(hash, (uint)cur); 164hash = MurmurRound(hash, (uint)cur); 169hash = MurmurRound(hash, (uint)len); 226hash = MurmurRound(hash, (uint)cur); 313hash = MurmurRound(hash, (uint)cur); 325hash = MurmurRound(hash, (uint)cur); 330hash = MurmurRound(hash, (uint)len); 349hash = MurmurRound(hash, data[i]); 351hash = MurmurRound(hash, (uint)(lim - min)); 361/// <see cref="MurmurRound"/> will want to close their progressive building of
Utilities\Random.cs (3)
98U2 = Hashing.MurmurRound(U1, U1); 99U3 = Hashing.MurmurRound(U2, U1); 100U4 = Hashing.MurmurRound(U3, U1);