13 references to U8
Microsoft.ML.Core (6)
Data\ColumnTypeExtensions.cs (1)
157
case InternalDataKind.
U8
:
Data\DataKind.cs (5)
184
case InternalDataKind.
U8
:
239
case InternalDataKind.
U8
:
267
case InternalDataKind.
U8
:
313
kind = InternalDataKind.
U8
;
361
case InternalDataKind.
U8
:
Microsoft.ML.Core.Tests (2)
UnitTests\CoreBaseTestClass.cs (2)
108
case InternalDataKind.
U8
:
151
case InternalDataKind.
U8
:
Microsoft.ML.Data (4)
DataLoadSave\Database\DbExtensions.cs (1)
110
case InternalDataKind.
U8
:
Transforms\TypeConverting.cs (1)
331
kind = srcType is KeyDataViewType ? srcType.GetRawKind() : InternalDataKind.
U8
;
Transforms\ValueMapping.cs (1)
1230
else if (typeValue == NumberDataViewType.UInt64 || kind == InternalDataKind.
U8
)
Utilities\TypeParsingUtils.cs (1)
60
Type rawType = type.HasValue ? type.Value.ToType() : InternalDataKind.
U8
.ToType();
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
520
{ typeof(UInt64) , InternalDataKind.
U8
},