|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 390 of file OpPrinter.cpp.
◆ options()
void tfldump::L2NormPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 393 of file OpPrinter.cpp.
394 {
395 if (auto *params = op->builtin_options_as_L2NormOptions())
396 {
397 os << " ";
398 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
399 << ") ";
400 os << std::endl;
401 }
402 }
The documentation for this class was generated from the following file: