|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 34 of file OpPrinter.cpp.
◆ options()
void tfldump::AddPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 37 of file OpPrinter.cpp.
38 {
39 if (auto *params = op->builtin_options_as_AddOptions())
40 {
41 os << " ";
42 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
43 << ") ";
44 os << std::endl;
45 }
46 }
The documentation for this class was generated from the following file: