|
void | options (const circle::Operator *op, std::ostream &os) const override |
|
Definition at line 779 of file OpPrinter.cpp.
◆ 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: