1 write to Tags
Microsoft.ML.Transforms (1)
LoadTransform.cs (1)
58Tags = tag,
4 references to Tags
Microsoft.ML.Transforms (4)
LoadTransform.cs (4)
76bool complement = args.Complement || Utils.Size(args.Tags) == 0; 78for (int i = 0; i < Utils.Size(args.Tags); i++) 80var curList = args.Tags[i]; 118throw h.ExceptUserArg(nameof(args.Tags), "No transforms were found that match the search criteria ({0})", criteria);