Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLGEMMDeconvolutionLayer.cpp107 _gemmlowp_final(), in CLGEMMDeconvolutionLayer()
303 _memory_group.manage(&_gemmlowp_final); in configure()
304 deconv_reshape_output = &_gemmlowp_final; in configure()
316 _memory_group.manage(&_gemmlowp_final); in configure()
317 deconv_reshape_output = &_gemmlowp_final; in configure()
333 …_gemmlowp_output_stage.configure(compile_context, &_gemmlowp_final, nullptr, output_stage_output, … in configure()
334 _gemmlowp_final.allocator()->allocate(); in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLGEMMDeconvolutionLayer.h158 CLTensor _gemmlowp_final; variable