7 references to RegisterOtherCodec
Microsoft.ML.Data (7)
DataLoadSave\Binary\CodecFactory.cs (7)
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); 71RegisterOtherCodec("VBuffer", GetVBufferCodec); 72RegisterOtherCodec("Key2", GetKeyCodec); 73RegisterOtherCodec("Key", GetKeyCodecOld);