12 instantiations of 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();
21 references to Pool
Microsoft.ML.Core (2)
Data\ModelHeader.cs (1)
129public static void EndWrite(BinaryWriter writer, long fpMin, ref ModelHeader header, NormStr.Pool pool = null, string loaderAssemblyName = null)
Data\ModelSaveContext.cs (1)
47internal readonly NormStr.Pool Strings;
Microsoft.ML.Data (5)
Transforms\ValueToKeyMappingTransformerImpl.cs (5)
96private readonly NormStr.Pool _pool; 128var sortedPool = new NormStr.Pool(); 580private readonly NormStr.Pool _pool; 586public TextImpl(NormStr.Pool pool) 603var pool = new NormStr.Pool();
Microsoft.ML.Transforms (14)
Expression\KeyWordTable.cs (2)
28private readonly NormStr.Pool _pool; 32public KeyWordTable(NormStr.Pool pool)
Expression\LambdaParser.cs (1)
82private readonly NormStr.Pool _pool;
Expression\Lexer.cs (2)
20private readonly NormStr.Pool _pool; 26public Lexer(NormStr.Pool pool, KeyWordTable kwt)
Text\StopWordsRemovingTransformer.cs (8)
136private static volatile NormStr.Pool[] _stopWords; 142private static NormStr.Pool[] StopWords 146NormStr.Pool[] result = _stopWords; 155var stopWords = new NormStr.Pool[maxValue + 1]; 327var stopWordsList = new NormStr.Pool(); 775private readonly NormStr.Pool _stopWordsMap; 832IComponentFactory<IMultiStreamSource, ILegacyDataLoader> loaderFactory, out NormStr.Pool stopWordsMap) 987NormStr.Pool stopwords = null;
Text\WordEmbeddingsExtractor.cs (1)
100private readonly NormStr.Pool _pool;