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

Public Member Functions

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

Detailed Description

Definition at line 262 of file OpPrinter.cpp.

Member Function Documentation

◆ options()

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

Reimplemented from circledump::OpPrinter.

Definition at line 265 of file OpPrinter.cpp.

266 {
267 if (auto *resize_params = op->builtin_options_as_ResizeNearestNeighborOptions())
268 {
269 os << " ";
270 os << std::boolalpha;
271 os << "align_corners(" << resize_params->align_corners() << ")";
272 os << std::noboolalpha;
273 os << std::endl;
274 }
275 }

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