14 references to U4
Microsoft.ML.Core (6)
Data\ColumnTypeExtensions.cs (1)
153
case InternalDataKind.
U4
:
Data\DataKind.cs (5)
180
case InternalDataKind.
U4
:
235
case InternalDataKind.
U4
:
263
case InternalDataKind.
U4
:
309
kind = InternalDataKind.
U4
;
359
case InternalDataKind.
U4
:
Microsoft.ML.Core.Tests (2)
UnitTests\CoreBaseTestClass.cs (2)
104
case InternalDataKind.
U4
:
147
case InternalDataKind.
U4
:
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (1)
100
case InternalDataKind.
U4
:
Transforms\ValueMapping.cs (1)
1236
else if (typeValue == NumberDataViewType.UInt32 || kind == InternalDataKind.
U4
)
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
161
case InternalDataKind.
U4
:
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
519
{ typeof(UInt32) , InternalDataKind.
U4
},
Microsoft.ML.Recommender (1)
RecommenderUtils.cs (1)
41
/// is a <see cref="InternalDataKind.
U4
"/> key of known cardinality.
Microsoft.ML.Tests (1)
FakeSchemaTest.cs (1)
43
Assert.Equal(InternalDataKind.
U4
, columnB.Type.GetRawKind());