|
| void | options (const circle::Operator *op, std::ostream &os) const override |
| |
Definition at line 694 of file OpPrinter.cpp.
◆ options()
| void circledump::UniquePrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 697 of file OpPrinter.cpp.
698 {
699 if (auto *params = op->builtin_options_as_UniqueOptions())
700 {
701 os << " ";
702 os << "idx_out_type(" << EnumNameTensorType(params->idx_out_type()) << ") ";
703 os << std::endl;
704 }
705 }
The documentation for this class was generated from the following file: