ONE - On-device Neural Engine
Loading...
Searching...
No Matches
tfldump::ShapePrinter Class Reference
Collaboration diagram for tfldump::ShapePrinter:

Public Member Functions

void options (const tflite::Operator *op, std::ostream &os) const override
 

Detailed Description

Definition at line 494 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

void tfldump::ShapePrinter::options ( const tflite::Operator *  op,
std::ostream &  os 
) const
inlineoverridevirtual

Reimplemented from tfldump::OpPrinter.

Definition at line 497 of file OpPrinter.cpp.

498 {
499 if (auto *params = op->builtin_options_as_ShapeOptions())
500 {
501 os << " ";
502 os << "out_type(" << EnumNameTensorType(params->out_type()) << ") ";
503 os << std::endl;
504 }
505 }

The documentation for this class was generated from the following file: