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

Public Member Functions

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

Detailed Description

Definition at line 261 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from tfldump::OpPrinter.

Definition at line 264 of file OpPrinter.cpp.

265 {
266 if (auto *std_params = op->builtin_options_as_DepthToSpaceOptions())
267 {
268 os << " ";
269 os << "BlockSize(" << std_params->block_size() << ")";
270 os << std::endl;
271 }
272 }

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