23.05
|
As above but this also setups a Zero border on the input tensor of the kernel's bordersize. More...
#include <Helper.h>
Public Member Functions | |
template<typename T , typename... Args> | |
void | configure (T first, Args &&... args) |
Configure the kernel. More... | |
void | run (ITensorPack &tensors) |
Run the kernels contained in the function. More... | |
![]() | |
INEOperator (IRuntimeContext *ctx=nullptr) | |
Constructor. More... | |
INEOperator (const INEOperator &)=delete | |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
INEOperator (INEOperator &&)=default | |
Default move constructor. More... | |
INEOperator & | operator= (const INEOperator &)=delete |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
INEOperator & | operator= (INEOperator &&)=default |
Default move assignment operator. More... | |
~INEOperator () | |
Default destructor. More... | |
void | prepare (ITensorPack &constants) override |
Prepare the function for executing. More... | |
MemoryRequirements | workspace () const override |
Return the memory requirements required by the workspace. More... | |
![]() | |
virtual | ~IOperator ()=default |
Destructor. More... | |
As above but this also setups a Zero border on the input tensor of the kernel's bordersize.
|
inline |
Configure the kernel.
[in] | first | First configuration argument. |
[in] | args | Rest of the configuration arguments. |
Definition at line 118 of file Helper.h.
References GemmTuner::args, arm_compute::test::validation::b, arm_compute::CONSTANT, and arm_compute::test::validation::k.
|
inlinevirtual |
Run the kernels contained in the function.
[in] | tensors | Vector that contains the tensors to operate on. |
Reimplemented from INEOperator.
Definition at line 129 of file Helper.h.
References Window::DimY, Window::DimZ, Scheduler::get(), IScheduler::schedule(), and IScheduler::schedule_op().