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