28 references to UInt64
Microsoft.ML.CodeGenerator (2)
Utils.cs (2)
168
case Microsoft.ML.Data.DataKind.
UInt64
:
359
case DataKind.
UInt64
:
Microsoft.ML.Core (1)
Data\DataKind.cs (1)
93
U8 = DataKind.
UInt64
,
Microsoft.ML.Data (1)
Transforms\ValueMapping.cs (1)
541
valueColumn.Type = DataKind.
UInt64
.ToInternalDataKind();
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1355
data = new TypeConvertingTransformer(Host, new TypeConvertingEstimator.ColumnOptions(groupName, DataKind.
UInt64
, groupName)).Transform(data);
Microsoft.ML.IntegrationTests (1)
Datasets\TypeTestData.cs (1)
89
new TextLoader.Column("U8", DataKind.
UInt64
, 8),
Microsoft.ML.Tests (22)
OnnxConversionTest.cs (21)
460
public void KeyToVectorTest([CombinatorialValues(DataKind.Single, DataKind.Int64, DataKind.Int32, DataKind.Int16, DataKind.
UInt64
,
896
[InlineData(DataKind.Byte, DataKind.
UInt64
)]
906
[InlineData(DataKind.UInt16, DataKind.
UInt64
)]
919
[InlineData(DataKind.
UInt64
, DataKind.UInt16)]
920
[InlineData(DataKind.
UInt64
, DataKind.UInt32)]
921
[InlineData(DataKind.
UInt64
, DataKind.
UInt64
)]
922
[InlineData(DataKind.
UInt64
, DataKind.Single)]
923
[InlineData(DataKind.
UInt64
, DataKind.Double)]
930
[InlineData(DataKind.String, DataKind.
UInt64
)]
1023
[CombinatorialValues(DataKind.Byte, DataKind.UInt16, DataKind.UInt32, DataKind.
UInt64
)] DataKind keyType)
1055
DataKind.UInt16, DataKind.UInt32, DataKind.
UInt64
, DataKind.Single, DataKind.Double, DataKind.String, DataKind.Boolean)] DataKind type,
1069
(type == DataKind.
UInt64
) ? 14 :
1094
DataKind.UInt16, DataKind.UInt32, DataKind.
UInt64
, DataKind.Single, DataKind.Double, DataKind.String, DataKind.Boolean)] DataKind type,
1108
(type == DataKind.
UInt64
) ? 14 :
1120
(type == DataKind.
UInt64
) ? 15 :
1183
[CombinatorialValues(DataKind.Single, DataKind.Int64, DataKind.Int32, DataKind.Int16, DataKind.
UInt64
,
1222
public void ValueMappingOnnxConversionTest([CombinatorialValues(DataKind.Int64, DataKind.Int32, DataKind.UInt32, DataKind.
UInt64
,
1355
else if (keyType == DataKind.
UInt64
)
1383
[InlineData(DataKind.
UInt64
)]
1593
[InlineData(DataKind.
UInt64
)]
Transformers\ConvertTests.cs (1)
401
DataKind.
UInt64
, "key", new KeyCount(4)) }).Fit(dataView);