Home
last modified time | relevance | path

Searched refs:PackRun (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/doc/
Dpacking.md45 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/
Dpack.h339 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