Searched defs:configure_mm (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClFullyConnected.cpp | 157 void ClFullyConnected::configure_mm(const CLCompileContext &compile_context, ITensorInfo *src, ITen… in configure_mm() function in arm_compute::opencl::ClFullyConnected
|
H A D | ClGemmConv2d.cpp | 62 void ClGemmConv2d::configure_mm(const ClCompileContext &compile_context, const ITensorInfo *src, IT… in configure_mm() function in arm_compute::opencl::ClGemmConv2d
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuFullyConnected.cpp | 175 void CpuFullyConnected::configure_mm(const ITensorInfo *src, const ITensorInfo *weights, const ITen… in configure_mm() function in arm_compute::cpu::CpuFullyConnected
|
H A D | CpuGemmConv2d.cpp | 101 void CpuGemmConv2d::configure_mm(const ITensorInfo *src, const ITensorInfo *weights, const ITensorI… in configure_mm() function in arm_compute::cpu::CpuGemmConv2d
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEQLSTMLayer.cpp | 194 void NEQLSTMLayer::configure_mm(NEGEMMLowpMatrixMultiplyCore &mm, NEGEMMLowpOutputStage &outstage, … in configure_mm() function in arm_compute::NEQLSTMLayer
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLQLSTMLayer.cpp | 139 void CLQLSTMLayer::configure_mm(const CLCompileContext &compile_context, CLGEMMLowpMatrixMultiplyCo… in configure_mm() function in arm_compute::CLQLSTMLayer
|