ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::ir::operation::If::Param Struct Reference

#include <If.h>

Collaboration diagram for onert::ir::operation::If::Param:

Data Fields

SubgraphIndex then_subg_index
 
SubgraphIndex else_subg_index
 

Detailed Description

Definition at line 29 of file If.h.

Field Documentation

◆ else_subg_index

SubgraphIndex onert::ir::operation::If::Param::else_subg_index

Definition at line 32 of file If.h.

Referenced by onert::ir::OperationDumper::visit().

◆ then_subg_index

SubgraphIndex onert::ir::operation::If::Param::then_subg_index

Definition at line 31 of file If.h.

Referenced by onert::ir::OperationDumper::visit().


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