|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 603 of file OpPrinter.cpp.
◆ options()
void tfldump::SubPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 606 of file OpPrinter.cpp.
607 {
608 if (auto *params = op->builtin_options_as_SubOptions())
609 {
610 os << " ";
611 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
612 << ") ";
613 os << std::endl;
614 }
615 }
The documentation for this class was generated from the following file: