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

Public Member Functions

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

Detailed Description

Definition at line 405 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from tfldump::OpPrinter.

Definition at line 408 of file OpPrinter.cpp.

409 {
410 if (auto *params = op->builtin_options_as_LeakyReluOptions())
411 {
412 os << " ";
413 os << "alpha(" << params->alpha() << ") ";
414 }
415 }

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