|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 464 of file OpPrinter.cpp.
◆ options()
void tfldump::PackPrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 467 of file OpPrinter.cpp.
468 {
469 if (auto *params = op->builtin_options_as_PackOptions())
470 {
471 os << " ";
472 os << "ValuesCount(" << params->values_count() << ") ";
473 os << "Axis(" << params->axis() << ") ";
474 os << std::endl;
475 }
476 }
The documentation for this class was generated from the following file: