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

Public Member Functions

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

Detailed Description

Definition at line 522 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from tfldump::OpPrinter.

Definition at line 525 of file OpPrinter.cpp.

526 {
527 if (auto *std_params = op->builtin_options_as_SpaceToDepthOptions())
528 {
529 os << " ";
530 os << "BlockSize(" << std_params->block_size() << ")";
531 os << std::endl;
532 }
533 }

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