ONE - On-device Neural Engine
|
#include <CLNegKernel.h>
Public Member Functions | |
CLNegKernel () | |
CLNegKernel (const CLNegKernel &)=delete | |
CLNegKernel & | operator= (const CLNegKernel &)=delete |
CLNegKernel (CLNegKernel &&)=default | |
CLNegKernel & | operator= (CLNegKernel &&)=default |
void | configure (const ICLTensor *input, ICLTensor *output) |
void | run (const Window &window, cl::CommandQueue &queue) override |
OpenCL kernel to perform a negation operation on tensor
Definition at line 51 of file CLNegKernel.h.
CLNegKernel::CLNegKernel | ( | ) |
Default constructor
Definition at line 69 of file CLNegKernel.cpp.
|
delete |
Prevent instances of this class from being copied (As this class contains pointers).
|
default |
Allow instances of this class to be moved
void CLNegKernel::configure | ( | const ICLTensor * | input, |
ICLTensor * | output | ||
) |
Initialize the kernel's input, output.
[in] | input | Source tensor. |
[out] | output | Destination tensor. |
Definition at line 71 of file CLNegKernel.cpp.
References arm_compute::CLKernelLibraryEx::create_kernel(), and arm_compute::CLKernelLibraryEx::get().
|
default |
Allow instances of this class to be moved
|
delete |
Prevent instances of this class from being copied (As this class contains pointers).
|
override |
Definition at line 101 of file CLNegKernel.cpp.
Referenced by package.infer.session::inference().