2 references to DateTimeCodec
Microsoft.ML.Data (2)
DataLoadSave\Binary\CodecFactory.cs (2)
61
RegisterSimpleCodec(new
DateTimeCodec
(this));
68
RegisterOtherCodec("DvDateTime", new
DateTimeCodec
(this).GetCodec);