![]() |
Jazz 1.25.+
|
An attribute for an ONNX OpCode. More...
#include <opcodes.h>
Public Member Functions | |
OnnxAttribute (stdName nam, AttributeType typ) | |
The constructor for an OnnxAttribute. | |
Data Fields | |
stdName | name |
The name of the attribute. | |
AttributeType | type |
The types of the attribute. | |
An attribute for an ONNX OpCode.
|
inline |
The constructor for an OnnxAttribute.
nam | The name of the attribute. |
typ | The types of the attribute. |