Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/gpu/cl/kernels/
DClScaleKernel.h39 class ClScaleKernel : public IClKernel
42 ClScaleKernel();
43 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClScaleKernel);
DClScaleKernel.cpp81 Status ClScaleKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const ScaleKernelInf… in validate()
87 ClScaleKernel::ClScaleKernel() in ClScaleKernel() function in arm_compute::opencl::kernels::ClScaleKernel
92 void ClScaleKernel::configure(const CLCompileContext &compile_context, ITensorInfo *src, ITensorInf… in configure()
209 void ClScaleKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) in run_op()
/external/ComputeLibrary/src/gpu/cl/operators/
DClScale.cpp44 auto k = std::make_unique<kernels::ClScaleKernel>(); in configure()
55 return kernels::ClScaleKernel::validate(src, dst, info); in validate()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox189 - ClScaleKernel
/external/ComputeLibrary/
DAndroid.bp600 "src/gpu/cl/kernels/ClScaleKernel.cpp",