22.05
|
#include <PostOps.h>
Public Member Functions | |
PostOpEltwisePRelu (TensorRelatedT alpha_param, int prev_dst_pos, ConvertPolicy policy) | |
~PostOpEltwisePRelu () override=default | |
PostOpEltwisePRelu (const PostOpEltwisePRelu &)=default | |
PostOpEltwisePRelu & | operator= (const PostOpEltwisePRelu &)=default |
PostOpEltwisePRelu (PostOpEltwisePRelu &&)=default | |
PostOpEltwisePRelu & | operator= (PostOpEltwisePRelu &&)=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 | _alpha_param |
int | _prev_dst_pos |
ConvertPolicy | _policy |
|
inline |
Definition at line 124 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 144 of file PostOps.h.
|
inlineoverridevirtual |
Implements IPostOp< TensorRelatedT >.
Definition at line 148 of file PostOps.h.
|
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 136 of file PostOps.h.
|
inlineoverridevirtual |
The IPostOp type.
Implements IPostOp< TensorRelatedT >.
Definition at line 140 of file PostOps.h.
References arm_compute::experimental::Eltwise_PRelu.
ConvertPolicy _policy |