Home
last modified time | relevance | path

Searched refs:CLTileKernel (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLTileKernel.h34 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;
DCLTileKernel.cpp57 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/
DCLTile.cpp40 auto k = std::make_unique<CLTileKernel>(); in configure()
47 return CLTileKernel::validate(input, output, multiples); in validate()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox1129 - @ref CLTileKernel / @ref CLTile
/external/ComputeLibrary/
DAndroid.bp158 "src/core/CL/kernels/CLTileKernel.cpp",