![]() |
Jazz 1.25.+
|
A pair of a name and a version to be used as a key in a dictionary. More...
#include <opcodes.h>
Public Member Functions | |
| stdNameVersion (stdName nam, int version) | |
| The constructor for a stdNameVersion. | |
| bool | operator== (const stdNameVersion &o) const |
| Operator this == o. | |
| bool | operator< (const stdNameVersion &o) const |
| Operator this < o. | |
Data Fields | |
| stdName | name |
| The name of the ONNX OpCode. | |
| int | opset_version |
| The version of the opset. | |
A pair of a name and a version to be used as a key in a dictionary.
|
inline |
The constructor for a stdNameVersion.
| nam | The name of the ONNX OpCode. |
| version | The version of the opset. |
|
inline |
Operator this == o.
| o | The object to compare with. |
|
inline |
Operator this < o.
| o | The object to compare with. |