Home
last modified time | relevance | path

Searched refs:CLUpsampleLayerKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLUpsampleLayerKernel.h34 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;
DCLUpsampleLayerKernel.cpp42 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/
DCLUpsampleLayer.h37 class CLUpsampleLayerKernel; variable
93 std::unique_ptr<CLUpsampleLayerKernel> _upsample;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLUpsampleLayer.cpp35 : _upsample(support::cpp14::make_unique<CLUpsampleLayerKernel>()), in CLUpsampleLayer()
45 return CLUpsampleLayerKernel::validate(input, output, info, upsampling_policy); in validate()
/external/ComputeLibrary/
DAndroid.bp235 "src/core/CL/kernels/CLUpsampleLayerKernel.cpp",
/external/ComputeLibrary/docs/
D00_introduction.dox899 - @ref CLUpsampleLayer / @ref CLUpsampleLayerKernel