

Public Member Functions | |
| AttributeAdapter (op::BroadcastModeSpec &value) | |
| bool | visit_attributes (AttributeVisitor &visitor) override |
| const DiscreteTypeInfo & | get_type_info () const override |
| type info enables identification of the value accessor, as well as is_type and as_type. | |
Static Public Attributes | |
| static constexpr DiscreteTypeInfo | type_info {"AttributeAdapter<op::BroadcastModeSpec>", 0} |
Protected Attributes | |
| op::BroadcastModeSpec & | m_ref |