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);