6 references to Get
Microsoft.ML.Core (2)
Utilities\NormStr.cs (2)
156return Get(str, true); 172return Get("", add);
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformerImpl.cs (2)
614ectx.CheckDecode(pool.Get("") == null); 628host.CheckDecode(_pool.Get("") == null);
Microsoft.ML.Transforms (2)
Text\StopWordsRemovingTransformer.cs (1)
1010Host.CheckDecode(stopwords.Get("") == null);
Text\WordEmbeddingsExtractor.cs (1)
113if (_pool.Get(word) == null)