|
void | options (const circle::Operator *op, std::ostream &os) const override |
|
Definition at line 383 of file OpPrinter.cpp.
◆ options()
void circledump::IfPrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 386 of file OpPrinter.cpp.
387 {
388 if (auto *params = op->builtin_options_as_IfOptions())
389 {
390 os << " ";
391 os << "then_subgraph_index(" << params->then_subgraph_index() << ") ";
392 os << "else_subgraph_index(" << params->else_subgraph_index() << ") ";
393 os << std::endl;
394 }
395 }
The documentation for this class was generated from the following file: