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

Public Member Functions

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

Detailed Description

Definition at line 347 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from tfldump::OpPrinter.

Definition at line 350 of file OpPrinter.cpp.

351 {
352 if (auto *params = op->builtin_options_as_GatherOptions())
353 {
354 os << " ";
355 os << "Axis(" << params->axis() << ") ";
356
357 os << std::endl;
358 }
359 }

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