![]() |
Jazz 1.25.+
|
A parameter (input or output) for an ONNX OpCode. More...
#include <opcodes.h>
Public Member Functions | |
OnnxParameter (stdName nam, TensorTypes typ) | |
The constructor for an OnnxParameter. | |
Data Fields | |
stdName | name |
The name of the parameter. | |
TensorTypes | types |
The types of the parameter. | |
A parameter (input or output) for an ONNX OpCode.
|
inline |
The constructor for an OnnxParameter.
nam | The name of the parameter. |
typ | The types of the parameter. |