|
ONE - On-device Neural Engine
|
Element-wise subtraction. More...
#include <Ops.h>

Public Member Functions | |
| Sub ()=default | |
| Sub (const Sub &)=delete | |
| Sub (Sub &&)=delete | |
| Sub * | asSub (void) override |
| const Sub * | asSub (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 subtraction.
Sub(L, R) is valid only when L and R have identical kind/shape/dtype
|
explicitdefault |
|
delete |
|
delete |
|
inlineoverride |
|
inlineoverride |