Searched refs:PackRun (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/doc/ |
D | packing.txt | 51 (PackL2, PackL1, PackRun), compare to the similar hierarchy of loops 128 The innermost loop of the packing stage, PackRun, and PackingRegisterBlock 132 the innermost loop is called PackRun(). 139 the packing is independent of kernel format details, but inside PackRun is 145 Anyway, PackRun.
|
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 | 339 PackRun(start_width + w, ws, start_depth, depth); in PackL1() 361 void PackRun(int start_width, int width, int start_depth, int depth) { in PackRun() function
|