2 writes to _factory
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
779_factory = new CodecFactory(_host); 869_factory = new CodecFactory(_host);
2 references to _factory
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
340bool gotCodec = _parent._factory.TryReadCodec(stream, out codec); 1106bool gotCodec = _factory.TryReadCodec(_stream, out codec);