2 references to MakeAttribute
Microsoft.ML.OnnxConverter (2)
OnnxUtils.cs (2)
163
private static AttributeProto MakeAttribute(string key, bool value) =>
MakeAttribute
(key, value ? 1 : 0);
194
=> node.Attribute.Add(
MakeAttribute
(argName, value));