|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 449 of file OpPrinter.cpp.
◆ options()
void tfldump::MulPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 452 of file OpPrinter.cpp.
453 {
454 if (auto *params = op->builtin_options_as_MulOptions())
455 {
456 os << " ";
457 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
458 << ") ";
459 os << std::endl;
460 }
461 }
The documentation for this class was generated from the following file: