12 types derived from UnsafeTypeOps
Microsoft.ML.Data (12)
DataLoadSave\Binary\UnsafeTypeOps.cs (12)
52
private sealed class SByteUnsafeTypeOps :
UnsafeTypeOps
<sbyte>
64
private sealed class ByteUnsafeTypeOps :
UnsafeTypeOps
<Byte>
76
private sealed class Int16UnsafeTypeOps :
UnsafeTypeOps
<short>
88
private sealed class UInt16UnsafeTypeOps :
UnsafeTypeOps
<UInt16>
100
private sealed class Int32UnsafeTypeOps :
UnsafeTypeOps
<int>
112
private sealed class UInt32UnsafeTypeOps :
UnsafeTypeOps
<UInt32>
124
private sealed class Int64UnsafeTypeOps :
UnsafeTypeOps
<long>
136
private sealed class UInt64UnsafeTypeOps :
UnsafeTypeOps
<UInt64>
148
private sealed class SingleUnsafeTypeOps :
UnsafeTypeOps
<Single>
160
private sealed class DoubleUnsafeTypeOps :
UnsafeTypeOps
<Double>
172
private sealed class TimeSpanUnsafeTypeOps :
UnsafeTypeOps
<TimeSpan>
189
private sealed class UgUnsafeTypeOps :
UnsafeTypeOps
<DataViewRowId>
5 references to UnsafeTypeOps
Microsoft.ML.Data (5)
DataLoadSave\Binary\Codecs.cs (3)
156
private readonly
UnsafeTypeOps
<T> _ops;
186
private readonly
UnsafeTypeOps
<T> _ops;
236
private readonly
UnsafeTypeOps
<T> _ops;
DataLoadSave\Binary\UnsafeTypeOps.cs (2)
47
public static
UnsafeTypeOps
<T> Get<T>()
49
return (
UnsafeTypeOps
<T>)_type2ops[typeof(T)];