7 references to InvertHashUtils
Microsoft.ML.Data (4)
Transforms\Hashing.cs (3)
1607return InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol); 1707var simple = InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol); 1708return InvertHashUtils.GetPairMapper(simple);
Transforms\InvertHashUtils.cs (1)
221InvertHashUtils.AppendToEnd(temp, sb, ref cbuffer);
Microsoft.ML.Transforms (3)
Text\NgramHashingTransformer.cs (3)
664_srcTextGetters[col.Index] = InvertHashUtils.GetSimpleMapper<uint>(inputSchema, col.Index); 781InvertHashUtils.AppendToEnd(temp, dst, ref buffer); 812InvertHashUtils.AppendToEnd(temp, dst, ref buffer);