Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMLowpQuantizeDownInt32ScaleKernel.h48 class CLGEMMLowpQuantizeDownInt32ScaleKernel : public ICLKernel
52 CLGEMMLowpQuantizeDownInt32ScaleKernel();
54 CLGEMMLowpQuantizeDownInt32ScaleKernel(const CLGEMMLowpQuantizeDownInt32ScaleKernel &) = delete;
56CLGEMMLowpQuantizeDownInt32ScaleKernel &operator=(const CLGEMMLowpQuantizeDownInt32ScaleKernel &) …
58 CLGEMMLowpQuantizeDownInt32ScaleKernel(CLGEMMLowpQuantizeDownInt32ScaleKernel &&) = default;
60CLGEMMLowpQuantizeDownInt32ScaleKernel &operator=(CLGEMMLowpQuantizeDownInt32ScaleKernel &&) = def…
DCLGEMMLowpQuantizeDownInt32ScaleKernel.cpp66 CLGEMMLowpQuantizeDownInt32ScaleKernel::CLGEMMLowpQuantizeDownInt32ScaleKernel() in CLGEMMLowpQuantizeDownInt32ScaleKernel() function in arm_compute::CLGEMMLowpQuantizeDownInt32ScaleKernel
71 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()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGEMMLowpOutputStage.cpp155 … auto k = arm_compute::support::cpp14::make_unique<CLGEMMLowpQuantizeDownInt32ScaleKernel>(); in configure()
182 return CLGEMMLowpQuantizeDownInt32ScaleKernel::validate(input, bias, output, &info); in validate()
/external/ComputeLibrary/docs/
D00_introduction.dox167 - @ref CLGEMMLowpQuantizeDownInt32ScaleKernel
483 - @ref CLGEMMLowpQuantizeDownInt32ScaleKernel
/external/ComputeLibrary/
DAndroid.bp168 "src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp",