OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pack_rhs_once
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
single_thread_gemm.h
124
const bool
pack_rhs_once
= block_params.l2_cols >= cols;
local
126
if (
pack_rhs_once
) {
138
if (!
pack_rhs_once
) {
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
165
const bool
pack_rhs_once
= mc!=rows && kc==depth && nc==cols;
local
190
if((!
pack_rhs_once
) || i2==0)
Completed in 93 milliseconds