4 references to HashString
Microsoft.ML.Core (4)
Data\ReadOnlyMemoryUtils.cs (1)
268
return (int)Hashing.
HashString
(obj.Span);
Utilities\NormStr.cs (3)
101
uint hash = Hashing.
HashString
(strSpan);
124
uint hash = Hashing.
HashString
(span);
215
Contracts.Assert(Hashing.
HashString
(str.Span) == hash);