1 write to ItemType
Microsoft.ML.Core (1)
140 references to ItemType
Microsoft.ML.Core (10)
Microsoft.ML.Data (29)
Transforms\TypeConverting.cs (8)
630if (!TypeConvertingTransformer.GetNewType(Host, col.ItemType, colInfo.OutputKind.ToInternalDataKind(), colInfo.OutputKeyCount, out PrimitiveDataViewType newType))
632if (!Data.Conversion.Conversions.DefaultInstance.TryGetStandardConversion(col.ItemType, newType, out Delegate del, out bool identity))
635if (col.ItemType is BooleanDataViewType && newType is NumberDataViewType)
639metadata.Add(new SchemaShape.Column(AnnotationUtils.Kinds.SlotNames, SchemaShape.Column.VectorKind.Vector, slotMeta.ItemType, false));
641if (col.ItemType is KeyDataViewType)
642metadata.Add(new SchemaShape.Column(AnnotationUtils.Kinds.KeyValues, SchemaShape.Column.VectorKind.Vector, keyMeta.ItemType, false));
644if (col.ItemType is NumberDataViewType && newType is NumberDataViewType)
645metadata.Add(new SchemaShape.Column(AnnotationUtils.Kinds.KeyValues, SchemaShape.Column.VectorKind.Vector, normMeta.ItemType, false));
Microsoft.ML.FastTree (1)
Microsoft.ML.ImageAnalytics (8)
Microsoft.ML.LightGbm (1)
Microsoft.ML.Mkl.Components (2)
Microsoft.ML.OnnxTransformer (2)
Microsoft.ML.PCA (1)
Microsoft.ML.TensorFlow (2)
Microsoft.ML.Tests (6)
Microsoft.ML.TimeSeries (6)
Microsoft.ML.TorchSharp (16)
Microsoft.ML.TorchSharp.Tests (10)
Microsoft.ML.Transforms (44)
Microsoft.ML.Vision (2)