24 #ifndef ARM_COMPUTE_INESIMPLEFUNCTIONNOBORDER_H 25 #define ARM_COMPUTE_INESIMPLEFUNCTIONNOBORDER_H 57 void run()
override final;
60 std::unique_ptr<INEKernel> _kernel;
Base class for all functions.
void run() override final
Run the kernels contained in the function.
Copyright (c) 2017-2021 Arm Limited.
INESimpleFunctionNoBorder(IRuntimeContext *ctx=nullptr)
Constructor.
Basic interface for functions which have a single Neon kernel and no border.
ICPPKernel INEKernel
Common interface for all kernels implemented in Neon.
~INESimpleFunctionNoBorder()
Default destructor.
INESimpleFunctionNoBorder & operator=(const INESimpleFunctionNoBorder &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...