Jazz 1.25.+
All Data Structures Namespaces Functions Variables Typedefs Pages
Public Member Functions | Data Fields
jazz_bebop::OnnxOpCode Class Reference

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.
 

Detailed Description

An ONNX OpCode.

Constructor & Destructor Documentation

◆ OnnxOpCode()

jazz_bebop::OnnxOpCode::OnnxOpCode ( stdName  nam,
int  version,
OnnxParameters  in,
OnnxParameters  out,
OnnxAttributes  attr 
)
inline

The constructor for an OnnxOpCode.

Parameters
namThe name of the ONNX OpCode.
versionThe version of the opset.
inThe input parameters.
outThe output parameters.
attrThe attributes.

The documentation for this class was generated from the following file: