pub fn int_attr(name: &str, value: i64) -> AttributeProtoExpand description
Build an AttributeProto of type INT (per ONNX
[AttributeType::Int]). Used by the Contract per-op defaults
for scalar i64 attributes (axis, to, keepdims).
pub fn int_attr(name: &str, value: i64) -> AttributeProtoBuild an AttributeProto of type INT (per ONNX
[AttributeType::Int]). Used by the Contract per-op defaults
for scalar i64 attributes (axis, to, keepdims).