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

Public Member Functions

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

Detailed Description

Definition at line 216 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 219 of file OpPrinter.cpp.

220 {
221 if (auto reducer_params = op->builtin_options_as_ReducerOptions())
222 {
223 os << " ";
224 os << "keep_dims(" << reducer_params->keep_dims() << ") ";
225 os << std::endl;
226 }
227 }

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