Home
last modified time | relevance | path

Searched defs:GEMMLHSMatrixInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/gemm/
H A DClGemmHelpers.cpp54 std::pair<GEMMLHSMatrixInfo, GEMMRHSMatrixInfo> select_lhs_rhs_info(std::pair<GEMMLHSMatrixInfo, GE… in select_lhs_rhs_info()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h2305 struct GEMMLHSMatrixInfo struct
2308 GEMMLHSMatrixInfo(unsigned int m, unsigned int k, unsigned int v, bool trans, bool inter) in GEMMLHSMatrixInfo() argument