1 override of AddAttribute
Microsoft.ML.OnnxConverter (1)
OnnxNodeImpl.cs (1)
44public override void AddAttribute(string argName, bool value)
3 references to AddAttribute
Microsoft.ML.Data (1)
Transforms\KeyToVector.cs (1)
725node.AddAttribute("zeros", true);
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
993node.AddAttribute("multi_class", true);
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
246node.AddAttribute("mark", _parent._useMarkerChars);