21 references to UInt16
Microsoft.Data.Analysis (5)
DataFrameColumns\VBufferDataFrameColumn.cs (2)
357return new VectorDataViewType(NumberDataViewType.UInt16); 361return new VectorDataViewType(NumberDataViewType.UInt16);
IDataView.Extension.cs (1)
111else if (type == NumberDataViewType.UInt16)
PrimitiveDataFrameColumn.cs (2)
843return NumberDataViewType.UInt16; 849return NumberDataViewType.UInt16;
Microsoft.ML.Core (1)
Data\ColumnTypeExtensions.cs (1)
150return NumberDataViewType.UInt16;
Microsoft.ML.Core.Tests (1)
UnitTests\ColumnTypes.cs (1)
28NumberDataViewType.Byte, NumberDataViewType.UInt16, NumberDataViewType.UInt32, NumberDataViewType.UInt64, RowIdDataViewType.Instance,
Microsoft.ML.Data (5)
Transforms\KeyToValue.cs (2)
521else if (TypeOutput == NumberDataViewType.Int64 || TypeOutput == NumberDataViewType.UInt16 || 533TypeOutput == NumberDataViewType.UInt32 || TypeOutput == NumberDataViewType.UInt16)
Transforms\ValueMapping.cs (2)
1163else if (typeKey == NumberDataViewType.UInt16) 1242else if (typeValue == NumberDataViewType.UInt16)
Transforms\ValueToKeyMappingTransformer.cs (1)
867else if (type.Equals(NumberDataViewType.UInt16))
Microsoft.ML.DataView (1)
KeyDataViewType.cs (1)
110return NumberDataViewType.UInt16.ToString();
Microsoft.ML.OnnxTransformer (1)
OnnxTypeParser.cs (1)
133scalarType = NumberDataViewType.UInt16;
Microsoft.ML.Parquet (2)
ParquetLoader.cs (2)
341return NumberDataViewType.UInt16; 345return NumberDataViewType.UInt16;
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
169return NumberDataViewType.UInt16;
Microsoft.ML.TestFramework (2)
BaseTestBaseline.cs (1)
707else if (leftType == NumberDataViewType.UInt16)
DataPipe\TestDataPipe.cs (1)
1261builder.AddColumn("Bar", NumberDataViewType.UInt16, new ushort[0]);
Microsoft.ML.Tests (1)
Transformers\HashTests.cs (1)
237HashTestCore((ushort)value, NumberDataViewType.UInt16, expected, expectedOrdered, expectedOrdered3, expectedCombined, expectedCombinedSparse);
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
696result[colInfo.outputColumnName] = new SchemaShape.Column(colInfo.outputColumnName, SchemaShape.Column.VectorKind.VariableVector, NumberDataViewType.UInt16, true, new SchemaShape(metadata.ToArray()));