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