Searched refs:start_width (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | pack.h | 63 void seek_run(int start_width, int start_depth) const { in seek_run() argument 66 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; in seek_run() 174 SideMap block(int start_width, int start_depth, int block_width, in block() argument 176 assert(start_width >= 0); in block() 177 assert(start_width + block_width <= width_); in block() 181 return SideMap(data(start_width, start_depth), block_width, block_depth, in block() 257 void Pack(PackedSideBlock* dst, int start_width) { in Pack() argument 264 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack() 335 void PackL1(int start_width, int width, int start_depth, int depth) { in PackL1() argument 338 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1() [all …]
|
D | pack_neon.h | 48 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() argument 121 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack() 149 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() argument 238 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack() 274 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() argument 275 std::int32_t* sums_ptr = dst->sums_of_each_slice() + start_width; in Pack()
|
D | pack_sse.h | 50 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() argument 61 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
|
/external/gemmlowp/doc/ |
D | packing.txt | 117 void seek_run(int start_width, int start_depth) const { 120 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
|
D | packing.md | 114 void seek_run(int start_width, int start_depth) const { 117 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
|