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

Public Member Functions

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

Detailed Description

Definition at line 779 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 782 of file OpPrinter.cpp.

783 {
784 if (auto *params = op->builtin_options_as_BCQGatherOptions())
785 {
786 os << " ";
787 os << "axis(" << params->axis() << ") ";
788 os << "weights_hidden_size(" << params->input_hidden_size() << ") ";
789 os << std::endl;
790 }
791 }

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