Searched refs:PackRun (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/doc/ |
D | packing.md | 45 PackRun), compare to the similar hierarchy of loops in internal/compute.h. 125 ## The innermost loop of the packing stage, PackRun, and PackingRegisterBlock 128 innermost loop is called PackRun(). 135 independent of kernel format details, but inside PackRun is where we take care 140 Anyway, PackRun.
|
/external/gemmlowp/internal/ |
D | pack.h | 347 PackRun(start_width + w, ws, start_depth, depth); in PackL1() 369 void PackRun(int start_width, int width, int start_depth, int depth) { in PackRun() function
|