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

Public Member Functions

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

Detailed Description

Definition at line 150 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 153 of file OpPrinter.cpp.

154 {
155 if (auto *std_params = op->builtin_options_as_DepthToSpaceOptions())
156 {
157 os << " ";
158 os << "BlockSize(" << std_params->block_size() << ")";
159 os << std::endl;
160 }
161 }

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