|
void | options (const circle::Operator *op, std::ostream &os) const override |
|
Definition at line 625 of file OpPrinter.cpp.
◆ options()
void circledump::SubPrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 628 of file OpPrinter.cpp.
629 {
630 if (auto *params = op->builtin_options_as_SubOptions())
631 {
632 os << " ";
633 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
634 << ") ";
635 os << std::endl;
636 }
637 }
The documentation for this class was generated from the following file: