|
void | options (const circle::Operator *op, std::ostream &os) const override |
|
Definition at line 763 of file OpPrinter.cpp.
◆ options()
void circledump::BCQFullyConnectedPrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 766 of file OpPrinter.cpp.
767 {
768 if (auto *params = op->builtin_options_as_BCQFullyConnectedOptions())
769 {
770 os << " ";
771 os << "Activation(" << EnumNameActivationFunctionType(params->fused_activation_function())
772 << ") ";
773 os << "weights_hidden_size(" << params->weights_hidden_size() << ") ";
774 os << std::endl;
775 }
776 }
The documentation for this class was generated from the following file: