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

Public Member Functions

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

Detailed Description

Definition at line 352 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 355 of file OpPrinter.cpp.

356 {
357 if (auto *params = op->builtin_options_as_GatherOptions())
358 {
359 os << " ";
360 os << "Axis(" << params->axis() << ") ";
361
362 os << std::endl;
363 }
364 }

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