List of all members | Public Attributes
casadi::OpMapping Struct Reference

Operation mapping between CasADi and ONNX. More...

#include <onnx_model.hpp>

Detailed Description

Single source of truth for all simple operations that have direct CasADi ↔ ONNX equivalents.

Definition at line 420 of file onnx_model.hpp.

Public Attributes

casadi_int casadi_op
 CasADi operation code. More...
 
const char * onnx_name
 ONNX operation name. More...
 
int arity
 Number of inputs (1=unary, 2=binary) More...
 

Member Data Documentation

◆ arity

int casadi::OpMapping::arity

Definition at line 423 of file onnx_model.hpp.

◆ casadi_op

casadi_int casadi::OpMapping::casadi_op

Definition at line 421 of file onnx_model.hpp.

◆ onnx_name

const char* casadi::OpMapping::onnx_name

Definition at line 422 of file onnx_model.hpp.


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