ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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 33 of file While.h.

Field Documentation

◆ body_subg_index

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

Definition at line 36 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 35 of file While.h.

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


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