Home
last modified time | relevance | path

Searched refs:PackLhs (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h92 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth)); in SingleThreadGemm()
Dmulti_thread_gemm.h438 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth)); in Run()
Dpack.h509 void PackLhs(PackedSideBlock* dst, const MatrixMapType& src) { in PackLhs() function