12 references to Pool
Microsoft.ML.Core (2)
Data\ModelSaveContext.cs (2)
95Strings = new NormStr.Pool(); 131Strings = new NormStr.Pool();
Microsoft.ML.Data (3)
Transforms\ValueToKeyMappingTransformerImpl.cs (3)
107_pool = new NormStr.Pool(); 128var sortedPool = new NormStr.Pool(); 603var pool = new NormStr.Pool();
Microsoft.ML.Transforms (7)
Expression\LambdaParser.cs (1)
99_pool = new NormStr.Pool();
Text\StopWordsRemovingTransformer.cs (5)
327var stopWordsList = new NormStr.Pool(); 837stopWordsMap = new NormStr.Pool(); 912_stopWordsMap = new NormStr.Pool(); 932_stopWordsMap = new NormStr.Pool(); 1000stopwords = new NormStr.Pool();
Text\WordEmbeddingsExtractor.cs (1)
107_pool = new NormStr.Pool();