|
ONE - On-device Neural Engine
|
Op with a single argument. More...
#include <Op.h>

Public Member Functions | |
| UnaryOp () | |
| UnaryOp (const UnaryOp &)=delete | |
| UnaryOp (UnaryOp &&)=delete | |
| virtual | ~UnaryOp ()=default |
| uint32_t | arity (void) const final |
| Return the number of arguments (# of child Ops) | |
| Op * | arg (uint32_t n) const final |
| Return N-th argument. | |
| std::set< Object * > | uses (void) const final |
| Return a set of object(s) used during execution. | |
| Op * | arg (void) const |
| void | arg (Op *arg) |
Public Member Functions inherited from coco::Op | |
| virtual | ~Op () |
| template<typename T > | |
| T | accept (IVisitor< T > *v) const |
| template<typename T > | |
| T | accept (IVisitor< T > &v) const |
| template<typename T > | |
| T | accept (IVisitor< T > &&v) const |
| void | accept (IMutator *m) |
| void | accept (IMutator &m) |
| void | accept (IMutator &&m) |
| Instr * | parent (void) const |
| Op * | up (void) const |
| Return a pointer to the parent Op. | |
Public Member Functions inherited from coco::Entity | |
| virtual | ~Entity ()=default |
| Module * | module (void) const |
|
explicit |
|
delete |
|
delete |
|
virtualdefault |
|
inline |
|
finalvirtual |
Return N-th argument.
Implements coco::Op.
Referenced by tflimport::MaxPool2DGraphBuilder::build(), tflimport::ReLUGraphBuilder::build(), tflimport::ReLU6GraphBuilder::build(), tflimport::build_activation(), OpPrinter::visit(), OpPrinter::visit(), OpPrinter::visit(), OpPrinter::visit(), and OpPrinter::visit().
|
inline |
|
finalvirtual |
|
finalvirtual |
Return a set of object(s) used during execution.
NOTE There is no 'def' method as Op is not allowed to define a new object
Implements coco::Op.
Definition at line 82 of file Op.cpp.
References arg().