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