3 references to HashU16
Microsoft.ML.Data (3)
Transforms\Hashing.cs (3)
396return MakeScalarHashGetter<DataViewRowId, HashU16>(input, srcCol, seed, mask, _nonOnnxExportableVersion); 429return ComposeGetterVecCore<DataViewRowId, HashU16>(input, iinfo, srcCol, srcType); 508return MakeCombinedVectorHashGetter<DataViewRowId, HashU16>(input, srcCol, seed, mask);