Home
last modified time | relevance | path

Searched refs:_requant (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLReduceMean.cpp104 …nager)), _reduction_kernels(), _reduced_outs(), _reshape(), _dequant(), _requant(), _reduction_ops… in CLReduceMean()
192 _requant.configure(compile_context, &_output_no_quant, output); in configure()
221 _requant.run(); in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLReduceMean.h99 CLQuantizationLayer _requant; variable