An ONNX OpCode. More...
#include <opcodes.h>
Public Member Functions | |
OnnxOpCode (stdName nam, int version, OnnxParameters in, OnnxParameters out, OnnxAttributes attr) | |
The constructor for an OnnxOpCode. | |
Data Fields | |
stdName | name |
The name of the ONNX OpCode. | |
int | opset_version |
The version of the opset. | |
OnnxParameters | inputs |
The input parameters. | |
OnnxParameters | outputs |
The output parameters. | |
OnnxAttributes | attributes |
The attributes. | |
An ONNX OpCode.
|
inline |
The constructor for an OnnxOpCode.
nam | The name of the ONNX OpCode. |
version | The version of the opset. |
in | The input parameters. |
out | The output parameters. |
attr | The attributes. |