1 write to Grams
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
697Grams = ngram;
7 references to Grams
Microsoft.ML.Transforms (7)
Text\NgramHashingTransformer.cs (7)
705Array.Copy(Grams, ngram, Lim); 720if (other.Grams[i] != Grams[i]) 733hash = Hashing.CombineHash(hash, (int)Grams[i]); 772srcMap(in src.Grams[0], ref dst); 780srcMap(in src.Grams[i], ref temp); 811srcMap(in src.Grams[i], ref temp);