IrAttrType
Defines the IR attribute type enumeration. Header file: #include <ge/compliant_node_builder.h>
1 2 3 4 | enum IrAttrType { kEsAttrRequired, // Mandatory attribute kEsAttrOptional // Optional attribute }; |
Parent topic: CompliantNodeBuilder
Defines the IR attribute type enumeration. Header file: #include <ge/compliant_node_builder.h>
1 2 3 4 | enum IrAttrType { kEsAttrRequired, // Mandatory attribute kEsAttrOptional // Optional attribute }; |