ONE - On-device Neural Engine
|
Element-wise addition. More...
#include <Ops.h>
Public Member Functions | |
Add ()=default | |
Add (const Add &)=delete | |
Add (Add &&)=delete | |
Add * | asAdd (void) override |
const Add * | asAdd (void) const override |
Public Member Functions inherited from coco::BinaryOp | |
BinaryOp () | |
BinaryOp (const BinaryOp &)=delete | |
BinaryOp (BinaryOp &&)=delete | |
virtual | ~BinaryOp ()=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 * | left (void) const |
void | left (Op *op) |
Op * | right (void) const |
void | right (Op *op) |
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 |
Element-wise addition.
Add(L, R) is valid only when L and R have identical kind/shape/dtype
|
explicitdefault |
|
delete |
|
delete |
|
inlineoverride |
|
inlineoverride |