|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 132 of file OpPrinter.cpp.
◆ options()
void tfldump::DivPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 135 of file OpPrinter.cpp.
136 {
137 if (auto *params = op->builtin_options_as_DivOptions())
138 {
139 os << " ";
140 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
141 << ") ";
142 os << std::endl;
143 }
144 }
The documentation for this class was generated from the following file: