Home
last modified time | relevance | path

Searched refs:pack_rhs_once (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h125 const bool pack_rhs_once = block_params.l2_cols >= cols; in SingleThreadGemm() local
127 if (pack_rhs_once) { in SingleThreadGemm()
139 if (!pack_rhs_once) { in SingleThreadGemm()
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h165 const bool pack_rhs_once = mc!=rows && kc==depth && nc==cols;
190 if((!pack_rhs_once) || i2==0)
/external/gemmlowp/doc/
Ddesign.txt124 if (!pack_rhs_once) {
Ddesign.md123 if (!pack_rhs_once) {