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

Public Member Functions

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

Detailed Description

Definition at line 502 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 505 of file OpPrinter.cpp.

506 {
507 if (auto *params = op->builtin_options_as_ShapeOptions())
508 {
509 os << " ";
510 os << "out_type(" << EnumNameTensorType(params->out_type()) << ") ";
511 os << std::endl;
512 }
513 }

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