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

Public Member Functions

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

Detailed Description

Definition at line 530 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 533 of file OpPrinter.cpp.

534 {
535 if (auto *std_params = op->builtin_options_as_SpaceToDepthOptions())
536 {
537 os << " ";
538 os << "BlockSize(" << std_params->block_size() << ")";
539 os << std::endl;
540 }
541 }

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