|
| void | options (const tflite::Operator *op, std::ostream &os) const override |
| |
Definition at line 687 of file OpPrinter.cpp.
◆ options()
| void tfldump::UniquePrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 690 of file OpPrinter.cpp.
691 {
692 if (auto *params = op->builtin_options_as_UniqueOptions())
693 {
694 os << " ";
695 os << "idx_out_type(" << EnumNameTensorType(params->idx_out_type()) << ") ";
696 os << std::endl;
697 }
698 }
The documentation for this class was generated from the following file: