Attr¶
- class onnx_ir.Attr(name, type, value, ref_attr_name=None, *, doc_string=None)¶
Base class for ONNX attributes or references.
- Parameters:
- doc_string¶
- display(*, page=False)¶
Pretty print the object.
- Parameters:
page (bool) – Whether to page the output.
- Return type:
None
- property type: AttributeType¶