7 references to TryReadCodec
Microsoft.ML.Data (7)
DataLoadSave\Binary\BinaryLoader.cs (2)
340
bool gotCodec = _parent._factory.
TryReadCodec
(stream, out codec);
1106
bool gotCodec = _factory.
TryReadCodec
(_stream, out codec);
DataLoadSave\Binary\BinarySaver.cs (2)
834
if (!_factory.
TryReadCodec
(stream, out codec))
887
if (!_factory.
TryReadCodec
(stream, out codec))
DataLoadSave\Binary\Codecs.cs (3)
1122
if (!
TryReadCodec
(definitionStream, out innerCodec))
1235
if (!
TryReadCodec
(definitionStream, out innerCodec))
1332
if (!
TryReadCodec
(definitionStream, out innerCodec))