|
| void | options (const circle::Operator *op, std::ostream &os) const override |
| |
Definition at line 230 of file OpPrinter.cpp.
◆ options()
| void circledump::ReshapePrinter::options |
( |
const circle::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from circledump::OpPrinter.
Definition at line 233 of file OpPrinter.cpp.
234 {
235 if (auto *reshape_params = op->builtin_options_as_ReshapeOptions())
236 {
238 os << " ";
239 os << "NewShape(" << new_shape << ")";
240 os << std::endl;
241 }
242 }
std::vector< T > as_index_vector(const flatbuffers::Vector< T > *flat_array)
References mio::circle::as_index_vector().
The documentation for this class was generated from the following file: