2 writes to Strings
Microsoft.ML.Core (2)
Data\ModelSaveContext.cs (2)
95
Strings
= new NormStr.Pool();
131
Strings
= new NormStr.Pool();
6 references to Strings
Microsoft.ML.Core (6)
Data\ModelSaveContext.cs (6)
196
Writer.Write(
Strings
.Add(str).Id);
207
Writer.Write(
Strings
.Add(str).Id);
213
Writer.Write(
Strings
.Add(str).Id);
224
Writer.Write(
Strings
.Add(str).Id);
230
Writer.Write(
Strings
.Add(str).Id);
241
ModelHeader.EndWrite(Writer, FpMin, ref Header,
Strings
, _loaderAssemblyName);