Searched refs:CLUpsampleLayerKernel (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLUpsampleLayerKernel.h | 34 class CLUpsampleLayerKernel : public ICLKernel 38 CLUpsampleLayerKernel(); 40 CLUpsampleLayerKernel(const CLUpsampleLayerKernel &) = delete; 42 CLUpsampleLayerKernel &operator=(const CLUpsampleLayerKernel &) = delete; 44 CLUpsampleLayerKernel(CLUpsampleLayerKernel &&) = default; 46 CLUpsampleLayerKernel &operator=(CLUpsampleLayerKernel &&) = default; 48 ~CLUpsampleLayerKernel() = default;
|
D | CLUpsampleLayerKernel.cpp | 42 CLUpsampleLayerKernel::CLUpsampleLayerKernel() in CLUpsampleLayerKernel() function in arm_compute::CLUpsampleLayerKernel 47 Status CLUpsampleLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const S… in validate() 74 void CLUpsampleLayerKernel::configure(const ICLTensor *input, ICLTensor *output, const Size2D &info… in configure() 79 void CLUpsampleLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor *inp… in configure() 99 …ARM_COMPUTE_ERROR_THROW_ON(CLUpsampleLayerKernel::validate(input->info(), output->info(), info, up… in configure() 146 void CLUpsampleLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLUpsampleLayer.h | 37 class CLUpsampleLayerKernel; variable 93 std::unique_ptr<CLUpsampleLayerKernel> _upsample;
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLUpsampleLayer.cpp | 35 : _upsample(support::cpp14::make_unique<CLUpsampleLayerKernel>()), in CLUpsampleLayer() 45 return CLUpsampleLayerKernel::validate(input, output, info, upsampling_policy); in validate()
|
/external/ComputeLibrary/ |
D | Android.bp | 235 "src/core/CL/kernels/CLUpsampleLayerKernel.cpp",
|
/external/ComputeLibrary/docs/ |
D | 00_introduction.dox | 899 - @ref CLUpsampleLayer / @ref CLUpsampleLayerKernel
|