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