13 references to UnsafeTypeCodec
Microsoft.ML.Data (13)
DataLoadSave\Binary\CodecFactory.cs (13)
48
RegisterSimpleCodec(new
UnsafeTypeCodec
<sbyte>(this));
49
RegisterSimpleCodec(new
UnsafeTypeCodec
<byte>(this));
50
RegisterSimpleCodec(new
UnsafeTypeCodec
<short>(this));
51
RegisterSimpleCodec(new
UnsafeTypeCodec
<ushort>(this));
52
RegisterSimpleCodec(new
UnsafeTypeCodec
<int>(this));
53
RegisterSimpleCodec(new
UnsafeTypeCodec
<uint>(this));
54
RegisterSimpleCodec(new
UnsafeTypeCodec
<long>(this));
55
RegisterSimpleCodec(new
UnsafeTypeCodec
<ulong>(this));
56
RegisterSimpleCodec(new
UnsafeTypeCodec
<float>(this));
57
RegisterSimpleCodec(new
UnsafeTypeCodec
<double>(this));
58
RegisterSimpleCodec(new
UnsafeTypeCodec
<TimeSpan>(this));
63
RegisterSimpleCodec(new
UnsafeTypeCodec
<DataViewRowId>(this));
69
RegisterOtherCodec("DvTimeSpan", new
UnsafeTypeCodec
<TimeSpan>(this).GetCodec);