|
void | options (const circle::Operator *op, std::ostream &os) const override |
|
Definition at line 708 of file OpPrinter.cpp.
◆ options()
void circledump::WhilePrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 711 of file OpPrinter.cpp.
712 {
713 if (auto *params = op->builtin_options_as_WhileOptions())
714 {
715 os << " ";
716 os << "cond_subgraph_index(" << params->cond_subgraph_index() << ") ";
717 os << "body_subgraph_index(" << params->body_subgraph_index() << ") ";
718 os << std::endl;
719 }
720 }
The documentation for this class was generated from the following file: