46 references to UInt32
Microsoft.ML.AutoML.Tests (2)
AutoFitTests.cs (2)
700
new TextLoader.Column(userIdColumnName, DataKind.
UInt32
, new [] { new TextLoader.Range(1) }, new KeyCount(20)),
701
new TextLoader.Column(itemIdColumnName, DataKind.
UInt32
, new [] { new TextLoader.Range(2) }, new KeyCount(40)),
Microsoft.ML.CodeGenerator (2)
Utils.cs (2)
164
case Microsoft.ML.Data.DataKind.
UInt32
:
355
case DataKind.
UInt32
:
Microsoft.ML.CodeGenerator.Tests (4)
ApprovalTests\ConsoleCodeGeneratorTests.cs (4)
616
new TextLoader.Column("col5", DataKind.
UInt32
, 0),
653
new TextLoader.Column("col5", DataKind.
UInt32
, 0),
744
new TextLoader.Column("col4", DataKind.
UInt32
, 0),
1111
new TextLoader.Column("col5", DataKind.
UInt32
, 0),
Microsoft.ML.Core (1)
Data\DataKind.cs (1)
91
U4 = DataKind.
UInt32
,
Microsoft.ML.Data (1)
Transforms\ValueMapping.cs (1)
534
TextLoader.Column valueColumn = new TextLoader.Column(valueColumnName, DataKind.
UInt32
, 1);
Microsoft.ML.IntegrationTests (1)
Datasets\TypeTestData.cs (1)
87
new TextLoader.Column("U4", DataKind.
UInt32
, 6),
Microsoft.ML.KMeansClustering (1)
KMeansModelParameters.cs (1)
367
var t = InternalDataKindExtensions.ToInternalDataKind(DataKind.
UInt32
).ToType();
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
1006
var t = InternalDataKindExtensions.ToInternalDataKind(DataKind.
UInt32
).ToType();
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
567
t = InternalDataKindExtensions.ToInternalDataKind(DataKind.
UInt32
).ToType();
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
589
var t2 = InternalDataKindExtensions.ToInternalDataKind(DataKind.
UInt32
).ToType();
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
657
new TextLoader.Column("Label", DataKind.
UInt32
, new [] { new TextLoader.Range(0) }, new KeyCount(10)),
789
new TextLoader.Column("Label", DataKind.
UInt32
, new []{ new TextLoader.Range(0) }, new KeyCount(10)),
882
new TextLoader.Column("Label", DataKind.
UInt32
, new [] { new TextLoader.Range(0) }, new KeyCount(10)),
Microsoft.ML.Tests (28)
OnnxConversionTest.cs (16)
461
DataKind.
UInt32
, DataKind.UInt16, DataKind.Double, DataKind.String, DataKind.Boolean)] DataKind valueType,
895
[InlineData(DataKind.Byte, DataKind.
UInt32
)]
905
[InlineData(DataKind.UInt16, DataKind.
UInt32
)]
920
[InlineData(DataKind.UInt64, DataKind.
UInt32
)]
931
[InlineData(DataKind.String, DataKind.
UInt32
)]
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,
1067
(type == DataKind.
UInt32
) ? 10 :
1094
DataKind.UInt16, DataKind.
UInt32
, DataKind.UInt64, DataKind.Single, DataKind.Double, DataKind.String, DataKind.Boolean)] DataKind type,
1106
(type == DataKind.
UInt32
) ? 10 :
1118
(type == DataKind.
UInt32
) ? 11 :
1184
DataKind.
UInt32
, DataKind.UInt16, DataKind.Double, DataKind.String, DataKind.Boolean)] DataKind valueType,
1222
public void ValueMappingOnnxConversionTest([CombinatorialValues(DataKind.Int64, DataKind.Int32, DataKind.
UInt32
, DataKind.UInt64,
1331
else if (keyType == DataKind.
UInt32
)
1384
[InlineData(DataKind.
UInt32
)]
1591
[InlineData(DataKind.
UInt32
)]
TextLoaderTests.cs (5)
898
new TextLoader.Column("Label", DataKind.
UInt32
, 0),
934
new TextLoader.Column("Label", DataKind.
UInt32
, 0),
993
new TextLoader.Column("Label", DataKind.
UInt32
, 0),
1045
new TextLoader.Column("Label", DataKind.
UInt32
, 0),
1055
new TextLoader.Column("Label", DataKind.
UInt32
, 0),
TrainerEstimators\MatrixFactorizationTests.cs (2)
165
new TextLoader.Column(matrixColumnIndexColumnName, DataKind.
UInt32
, new [] { new TextLoader.Range(1) }, new KeyCount(20)),
166
new TextLoader.Column(matrixRowIndexColumnName, DataKind.
UInt32
, new [] { new TextLoader.Range(2) }, new KeyCount(40)),
Transformers\FeatureSelectionTests.cs (4)
149
new TextLoader.Column("Label", DataKind.
UInt32
, new[]{ new TextLoader.Range(0) }, new KeyCount(3)),
171
new TextLoader.Column("Label", DataKind.
UInt32
, new[] { new TextLoader.Range(0) }, new KeyCount(3)),
209
new TextLoader.Column("Label", DataKind.
UInt32
, new[]{ new TextLoader.Range(0) }, new KeyCount(3)),
231
new TextLoader.Column("BadLabel", DataKind.
UInt32
, 0),
Transformers\KeyToValueTests.cs (1)
33
new TextLoader.Column("BareKey", DataKind.
UInt32
, new[] { new TextLoader.Range(0) }, new KeyCount(6))