1 write to LabelColumn
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
527
LabelColumn
= labelColumn;
7 references to LabelColumn
Microsoft.ML.TorchSharp (7)
AutoFormerV2\ObjectDetectionTrainer.cs (7)
547
var labelAnnotationsColumn = new SchemaShape.Column(AnnotationUtils.Kinds.SlotNames, SchemaShape.Column.VectorKind.Vector,
LabelColumn
.Annotations.Schema[AnnotationUtils.Kinds.SlotNames].Type, false);
625
var labelColType =
LabelColumn
.Annotations.Schema[AnnotationUtils.Kinds.KeyValues].Type as VectorDataViewType;
636
ValueGetter<VBuffer<T>> getter =
LabelColumn
.Annotations.GetGetter<VBuffer<T>>(
LabelColumn
.Annotations.Schema[AnnotationUtils.Kinds.KeyValues]);
642
var labelColType =
LabelColumn
.Annotations.Schema[AnnotationUtils.Kinds.KeyValues].Type as VectorDataViewType;
755
var keyType = _parent.
LabelColumn
.Annotations.Schema.GetColumnOrNull(AnnotationUtils.Kinds.KeyValues)?.Type as VectorDataViewType;
756
var getter = Microsoft.ML.Internal.Utilities.Utils.MarshalInvoke(_makeLabelAnnotationGetter, this, keyType.ItemType.RawType, _parent.
LabelColumn
);