Searched refs:PackRhs (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 86 PackRhs<BitDepthParams>(&packed_rhs, rhs); in SingleThreadGemm() 98 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); in SingleThreadGemm()
|
D | multi_thread_gemm.h | 619 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); in MultiThreadGemm()
|
D | pack.h | 540 void PackRhs(PackedSideBlock* dst, const MatrixMapType& src) { in PackRhs() function
|