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

Public Member Functions

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

Detailed Description

Definition at line 413 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 416 of file OpPrinter.cpp.

417 {
418 if (auto *params = op->builtin_options_as_LeakyReluOptions())
419 {
420 os << " ";
421 os << "alpha(" << params->alpha() << ") ";
422 }
423 }

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