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

Public Member Functions

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

Detailed Description

Definition at line 49 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from tfldump::OpPrinter.

Definition at line 52 of file OpPrinter.cpp.

53 {
54 if (auto *params = op->builtin_options_as_ArgMaxOptions())
55 {
56 os << " ";
57 os << "OutputType(" << EnumNameTensorType(params->output_type()) << ") ";
58 os << std::endl;
59 }
60 }

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