2 instantiations of Pool
Microsoft.ML.Core (2)
Data\ModelSaveContext.cs (2)
95Strings = new NormStr.Pool(); 131Strings = new NormStr.Pool();
2 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;