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

#include <While.h>

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

Data Fields

SubgraphIndex cond_subg_index
 
SubgraphIndex body_subg_index
 

Detailed Description

Definition at line 29 of file While.h.

Field Documentation

◆ body_subg_index

SubgraphIndex onert::ir::operation::While::Param::body_subg_index

Definition at line 32 of file While.h.

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

◆ cond_subg_index

SubgraphIndex onert::ir::operation::While::Param::cond_subg_index

Definition at line 31 of file While.h.

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


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