22.05
|
#include <PostOps.h>
Public Member Functions | |
PostOpEltwiseAdd (TensorRelatedT addend, int prev_dst_pos, ConvertPolicy policy) | |
~PostOpEltwiseAdd () override=default | |
PostOpEltwiseAdd (const PostOpEltwiseAdd &)=default | |
PostOpEltwiseAdd & | operator= (const PostOpEltwiseAdd &)=default |
PostOpEltwiseAdd (PostOpEltwiseAdd &&)=default | |
PostOpEltwiseAdd & | operator= (PostOpEltwiseAdd &&)=default |
int | prev_dst_pos () const override |
The position of previous op's dst in current op's argument list. More... | |
PostOpType | type () const override |
The IPostOp type. More... | |
std::vector< TensorRelatedT * > | arguments () override |
The argument tensors The order of the argument tensor is strictly preserved. More... | |
std::vector< const TensorRelatedT * > | arguments () const override |
std::unique_ptr< IPostOp< TensorRelatedT > > | clone () const override |
Clone method used in cases where PostOps are owned by unique_ptr. More... | |
![]() | |
size_t | arity () const |
Get the arity of the post op. More... | |
virtual | ~IPostOp () |
Data Fields | |
TensorRelatedT | _addend |
int | _prev_dst_pos |
ConvertPolicy | _policy |
|
inline |
Definition at line 83 of file PostOps.h.
References PostOpAct< TensorRelatedT >::operator=(), and PostOpAct< TensorRelatedT >::prev_dst_pos().
|
overridedefault |
|
default |
|
default |
|
inlineoverridevirtual |
The argument tensors The order of the argument tensor is strictly preserved.
Implements IPostOp< TensorRelatedT >.
Definition at line 103 of file PostOps.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Clone method used in cases where PostOps are owned by unique_ptr.
Implements IPostOp< TensorRelatedT >.
|
default |
|
default |
|
inlineoverridevirtual |
The position of previous op's dst in current op's argument list.
Implements IPostOp< TensorRelatedT >.
Definition at line 95 of file PostOps.h.
|
inlineoverridevirtual |
The IPostOp type.
Implements IPostOp< TensorRelatedT >.
Definition at line 99 of file PostOps.h.
References arm_compute::experimental::Eltwise_Add.
ConvertPolicy _policy |