3 references to HashU1
Microsoft.ML.Data (3)
Transforms\Hashing.cs (3)
388return MakeScalarHashGetter<byte, HashU1>(input, srcCol, seed, mask, _nonOnnxExportableVersion); 421return ComposeGetterVecCore<byte, HashU1>(input, iinfo, srcCol, srcType); 500return MakeCombinedVectorHashGetter<byte, HashU1>(input, srcCol, seed, mask);