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

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.
 

Detailed Description

A pair of a name and a version to be used as a key in a dictionary.

Constructor & Destructor Documentation

◆ stdNameVersion()

jazz_bebop::stdNameVersion::stdNameVersion ( stdName  nam,
int  version 
)
inline

The constructor for a stdNameVersion.

Parameters
namThe name of the ONNX OpCode.
versionThe version of the opset.

Member Function Documentation

◆ operator==()

bool jazz_bebop::stdNameVersion::operator== ( const stdNameVersion o) const
inline

Operator this == o.

Parameters
oThe object to compare with.
Returns
True if the objects are equal.

◆ operator<()

bool jazz_bebop::stdNameVersion::operator< ( const stdNameVersion o) const
inline

Operator this < o.

Parameters
oThe object to compare with.
Returns
True if this is less than o.

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