20.11
|
Basic function to run NEPermuteKernel. More...
#include <NEPermute.h>
Public Member Functions | |
void | configure (const ITensor *input, ITensor *output, const PermutationVector &perm) |
Configure the permute NEON kernel. More... | |
![]() | |
INESimpleFunctionNoBorder (IRuntimeContext *ctx=nullptr) | |
Constructor. More... | |
INESimpleFunctionNoBorder (const INESimpleFunctionNoBorder &)=delete | |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
INESimpleFunctionNoBorder (INESimpleFunctionNoBorder &&)=default | |
Default move constructor. More... | |
INESimpleFunctionNoBorder & | operator= (const INESimpleFunctionNoBorder &)=delete |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
INESimpleFunctionNoBorder & | operator= (INESimpleFunctionNoBorder &&)=default |
Default move assignment operator. More... | |
~INESimpleFunctionNoBorder () | |
Default destructor. More... | |
void | run () override final |
Run the kernels contained in the function. More... | |
![]() | |
virtual | ~IFunction ()=default |
Destructor. More... | |
virtual void | prepare () |
Prepare the function for executing. More... | |
Static Public Member Functions | |
static Status | validate (const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm) |
Static function to check if given info will lead to a valid configuration of NEPermute. More... | |
Basic function to run NEPermuteKernel.
Definition at line 38 of file NEPermute.h.
void configure | ( | const ITensor * | input, |
ITensor * | output, | ||
const PermutationVector & | perm | ||
) |
Configure the permute NEON kernel.
[in] | input | The input tensor to permute. Data types supported: All |
[out] | output | The output tensor. Data types supported: Same as input |
[in] | perm | Permutation vector |
Definition at line 31 of file NEPermute.cpp.
References arm_compute::test::validation::input.
Referenced by NEInstanceNormalizationLayer::configure(), NEGEMMConv2d::configure(), NEGenerateProposalsLayer::configure(), and NEFFTConvolutionLayer::configure().
|
static |
Static function to check if given info will lead to a valid configuration of NEPermute.
[in] | input | The input tensor to permute. Data types supported: All |
[in] | output | The output tensor. Data types supported: Same as input |
[in] | perm | Permutation vector |
Definition at line 38 of file NEPermute.cpp.
References arm_compute::test::validation::input, and NEPermuteKernel::validate().
Referenced by NESoftmaxLayerGeneric< IS_LOG >::validate(), and NEGenerateProposalsLayer::validate().