1 write to Factory
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
33
Factory
= factory;
3 references to Factory
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
35
Writer =
Factory
.OpenBinaryWriter(Stream);
847
_valuesStream =
Factory
._memPool.Get();
897
Factory
._memPool.Return(ref _valuesStream);