9 references to TryReadCodec
Microsoft.ML.Data (9)
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))
Transforms\InvertHashUtils.cs (1)
357
if (!factory.
TryReadCodec
(ctx.Reader.BaseStream, out codec))
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
531
if (!codecFactory.
TryReadCodec
(ctx.Reader.BaseStream, out codec))