23.05
|
As above but this also setups a Zero border on the input tensor of the specified bordersize. More...
#include <Helper.h>
Public Member Functions | |
template<typename T , typename... Args> | |
void | configure (T first, Args &&... args) |
Configure the kernel. More... | |
![]() | |
ICLSimpleFunction (CLRuntimeContext *ctx=nullptr) | |
Constructor. More... | |
ICLSimpleFunction (const ICLSimpleFunction &)=delete | |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
ICLSimpleFunction (ICLSimpleFunction &&)=default | |
Default move constructor. More... | |
ICLSimpleFunction & | operator= (const ICLSimpleFunction &)=delete |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
ICLSimpleFunction & | operator= (ICLSimpleFunction &&)=default |
Default move assignment operator. More... | |
~ICLSimpleFunction () | |
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... | |
As above but this also setups a Zero border on the input tensor of the specified bordersize.
|
inline |
Configure the kernel.
[in] | first | First configuration argument. |
[in] | args | Rest of the configuration arguments. |
Definition at line 175 of file Helper.h.
References GemmTuner::args, arm_compute::CONSTANT, and arm_compute::test::validation::k.