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