Searched defs:start_width (Results 1 - 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
H A D | pack_SSE.h | 84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, argument 96 dst->sums_of_each_slice() + start_width + cell_start_width;
|
H A D | pack_neon.h | 183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, argument 258 dst->sums_of_each_slice() + start_width + 4 * cell; 289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, argument 380 dst->sums_of_each_slice() + start_width + 4 * cell;
|
H A D | pack.h | 65 void seek_run(int start_width, int start_depth) const { argument 68 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; 176 SideMap block(int start_width, int start_depth, int block_width, argument 178 assert(start_width >= 0); 179 assert(start_width + block_width <= width_); 183 return SideMap(data(start_width, start_depth), block_width, block_depth, 348 void Pack(PackedSideBlock* dst, int start_width, argument 356 dst->sums_of_each_slice() + start_width + cell_start_width; 431 void PackL1(int start_width, int width, int start_depth, int depth) { argument 434 packed_side_block_->seek_run(start_width 440 PrefetchL1(int start_width, int width, int start_depth, int depth) argument 457 PackRun(int start_width, int width, int start_depth, int depth) argument [all...] |
Completed in 55 milliseconds