Searched refs:ClScaleKernel (Results 1 – 5 of 5) sorted by relevance
39 class ClScaleKernel : public IClKernel42 ClScaleKernel();43 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClScaleKernel);
81 Status ClScaleKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const ScaleKernelInf… in validate()87 ClScaleKernel::ClScaleKernel() in ClScaleKernel() function in arm_compute::opencl::kernels::ClScaleKernel92 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()
44 auto k = std::make_unique<kernels::ClScaleKernel>(); in configure()55 return kernels::ClScaleKernel::validate(src, dst, info); in validate()
189 - ClScaleKernel
600 "src/gpu/cl/kernels/ClScaleKernel.cpp",