Searched refs:CLTileKernel (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLTileKernel.h | 34 class CLTileKernel : public ICLKernel 38 CLTileKernel(); 40 CLTileKernel(const CLTileKernel &) = delete; 42 CLTileKernel &operator=(const CLTileKernel &) = delete; 44 CLTileKernel(CLTileKernel &&) = default; 46 CLTileKernel &operator=(CLTileKernel &&) = default; 48 ~CLTileKernel() = default;
|
D | CLTileKernel.cpp | 57 CLTileKernel::CLTileKernel() in CLTileKernel() function in arm_compute::CLTileKernel 63 void CLTileKernel::configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples) in configure() 68 void CLTileKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure() 129 Status CLTileKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples … in validate() 135 void CLTileKernel::run(const Window &window, cl::CommandQueue &queue) in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLTile.cpp | 40 auto k = std::make_unique<CLTileKernel>(); in configure() 47 return CLTileKernel::validate(input, output, multiples); in validate()
|
/external/ComputeLibrary/docs/user_guide/ |
D | release_version_and_change_log.dox | 1129 - @ref CLTileKernel / @ref CLTile
|
/external/ComputeLibrary/ |
D | Android.bp | 158 "src/core/CL/kernels/CLTileKernel.cpp",
|