14 references to Add
Microsoft.ML.Data (5)
Data\SchemaDefinition.cs (1)
283builder.Add(kvp.Key, kvp.Value.AnnotationType, kvp.Value.GetGetterDelegate());
DataLoadSave\Binary\BinaryLoader.cs (1)
659metadataBuilder.Add(loadedMetadataColumn.Kind, loadedMetadataColumn.Codec.Type, metadataGetter);
DataLoadSave\FakeSchema.cs (1)
40metaBuilder.Add(partialAnnotations[j].Name, metaColumnType, del);
DataView\DataViewConstructionUtils.cs (1)
815meta.Add(kvp.Value.Kind, kvp.Value.AnnotationType, kvp.Value.GetGetterDelegate());
Transforms\ColumnBindingsBase.cs (1)
284meta.Add(kvp.Key, kvp.Value, getter);
Microsoft.ML.TorchSharp (9)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
704meta.Add(AnnotationUtils.Kinds.KeyValues, type, labelGetter); 762meta.Add(AnnotationUtils.Kinds.TrainingLabelValues, keyType, getter); 765labelBuilder.Add(AnnotationUtils.Kinds.KeyValues, keyType, getter);
NasBert\NasBertTrainer.cs (4)
528meta.Add(AnnotationUtils.Kinds.TrainingLabelValues, keyType, getter); 529meta.Add(AnnotationUtils.Kinds.SlotNames, keyType, getter); 532labelBuilder.Add(AnnotationUtils.Kinds.KeyValues, keyType, getter); 546labelBuilder.Add(AnnotationUtils.Kinds.KeyValues, keyType, getter);
NasBert\NerTrainer.cs (1)
350meta.Add(AnnotationUtils.Kinds.KeyValues, type, labelGetter);
NasBert\TextClassificationTrainer.cs (1)
287meta.Add(AnnotationUtils.Kinds.KeyValues, type, labelGetter);