11 references to Hashing
Microsoft.ML.Core (11)
ComponentModel\ComponentCatalog.cs (1)
111return Hashing.CombinedHash(Name.GetHashCode(), Signature.GetHashCode());
Data\ReadOnlyMemoryUtils.cs (1)
268return (int)Hashing.HashString(obj.Span);
Utilities\NormStr.cs (4)
101uint hash = Hashing.HashString(strSpan); 124uint hash = Hashing.HashString(span); 177uint hash = Hashing.HashString(sb); 215Contracts.Assert(Hashing.HashString(str.Span) == hash);
Utilities\Random.cs (3)
98U2 = Hashing.MurmurRound(U1, U1); 99U3 = Hashing.MurmurRound(U2, U1); 100U4 = Hashing.MurmurRound(U3, U1);
Utilities\SummaryStatistics.cs (2)
32return Hashing.CombinedHash(RawCount.GetHashCode(), 206return Hashing.CombinedHash<double>(base.GetHashCode(),