Jazz 1.25.+
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
jazz_bebop::OnnxParameter Class Reference

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.
 

Detailed Description

A parameter (input or output) for an ONNX OpCode.

Constructor & Destructor Documentation

◆ OnnxParameter()

jazz_bebop::OnnxParameter::OnnxParameter ( stdName  nam,
TensorTypes  typ 
)
inline

The constructor for an OnnxParameter.

Parameters
namThe name of the parameter.
typThe types of the parameter.

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