5 references to GetCodec
Microsoft.ML.Data (5)
DataLoadSave\Binary\CodecFactory.cs (5)
66RegisterOtherCodec("DvBool", new OldBoolCodec(this).GetCodec); 67RegisterOtherCodec("DvDateTimeZone", new DateTimeOffsetCodec(this).GetCodec); 68RegisterOtherCodec("DvDateTime", new DateTimeCodec(this).GetCodec); 69RegisterOtherCodec("DvTimeSpan", new UnsafeTypeCodec<TimeSpan>(this).GetCodec); 90_loadNameToCodecCreator.Add(codec.LoadName, codec.GetCodec);