pub fn attr_int(name: &str, value: i64) -> AttributeProtoExpand description
Construct an AttributeProto of type INT for NodeProto.attribute.
Used by DSL methods that pass scalar i64 config (axis, group,
to, etc.).
pub fn attr_int(name: &str, value: i64) -> AttributeProtoConstruct an AttributeProto of type INT for NodeProto.attribute.
Used by DSL methods that pass scalar i64 config (axis, group,
to, etc.).