1 write to Codec
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
156
Codec
= codec;
4 references to Codec
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinaryLoader.cs (4)
157
Type =
Codec
?.Type;
1777
Ectx.AssertValue(entry.
Codec
);
1778
Ectx.Assert(entry.
Codec
is IValueCodec<T>);
1781
_codec = (IValueCodec<T>)entry.
Codec
;