Home
last modified time | relevance | path

Searched refs:CLBitwiseOrKernel (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLBitwiseOrKernel.h38 class CLBitwiseOrKernel : public ICLKernel
42 CLBitwiseOrKernel();
44 CLBitwiseOrKernel(const CLBitwiseOrKernel &) = delete;
46 CLBitwiseOrKernel &operator=(const CLBitwiseOrKernel &) = delete;
48 CLBitwiseOrKernel(CLBitwiseOrKernel &&) = default;
50 CLBitwiseOrKernel &operator=(CLBitwiseOrKernel &&) = default;
DCLBitwiseOrKernel.cpp35 CLBitwiseOrKernel::CLBitwiseOrKernel() in CLBitwiseOrKernel() function in CLBitwiseOrKernel
40 void CLBitwiseOrKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *outp… in configure()
45 void CLBitwiseOrKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input1,… in configure()
77 void CLBitwiseOrKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLBitwiseOr.cpp40 auto k = arm_compute::support::cpp14::make_unique<CLBitwiseOrKernel>(); in configure()
/external/ComputeLibrary/
DAndroid.bp122 "src/core/CL/kernels/CLBitwiseOrKernel.cpp",