4 references to CombineHash
Microsoft.ML.DataView (4)
KeyDataViewType.cs (1)
165
return Hashing.
CombineHash
(RawType.GetHashCode(), Count.GetHashCode());
VectorType.cs (3)
148
int hash = Hashing.
CombineHash
(ItemType.GetHashCode(), Size);
149
hash = Hashing.
CombineHash
(hash, Dimensions.Length);
151
hash = Hashing.
CombineHash
(hash, Dimensions[i].GetHashCode());