Searched refs:CLGEMMLowpQuantizeDownInt32ScaleKernel (Results 1 – 5 of 5) sorted by relevance
48 class CLGEMMLowpQuantizeDownInt32ScaleKernel : public ICLKernel52 CLGEMMLowpQuantizeDownInt32ScaleKernel();54 CLGEMMLowpQuantizeDownInt32ScaleKernel(const CLGEMMLowpQuantizeDownInt32ScaleKernel &) = delete;56 …CLGEMMLowpQuantizeDownInt32ScaleKernel &operator=(const CLGEMMLowpQuantizeDownInt32ScaleKernel &) …58 CLGEMMLowpQuantizeDownInt32ScaleKernel(CLGEMMLowpQuantizeDownInt32ScaleKernel &&) = default;60 …CLGEMMLowpQuantizeDownInt32ScaleKernel &operator=(CLGEMMLowpQuantizeDownInt32ScaleKernel &&) = def…
66 CLGEMMLowpQuantizeDownInt32ScaleKernel::CLGEMMLowpQuantizeDownInt32ScaleKernel() in CLGEMMLowpQuantizeDownInt32ScaleKernel() function in arm_compute::CLGEMMLowpQuantizeDownInt32ScaleKernel71 Status CLGEMMLowpQuantizeDownInt32ScaleKernel::validate(const ITensorInfo *input, const ITensorInfo… in validate()79 void CLGEMMLowpQuantizeDownInt32ScaleKernel::configure(const ICLTensor *input, const ICLTensor *bia… in configure()84 void CLGEMMLowpQuantizeDownInt32ScaleKernel::configure(const CLCompileContext &compile_context, con… in configure()132 void CLGEMMLowpQuantizeDownInt32ScaleKernel::run(const Window &window, cl::CommandQueue &queue) in run()
155 … auto k = arm_compute::support::cpp14::make_unique<CLGEMMLowpQuantizeDownInt32ScaleKernel>(); in configure()182 return CLGEMMLowpQuantizeDownInt32ScaleKernel::validate(input, bias, output, &info); in validate()
167 - @ref CLGEMMLowpQuantizeDownInt32ScaleKernel483 - @ref CLGEMMLowpQuantizeDownInt32ScaleKernel
168 "src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp",