Home
last modified time | relevance | path

Searched refs:start_width (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dpack.h65 void seek_run(int start_width, int start_depth) const { in seek_run() argument
68 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; in seek_run()
176 SideMap block(int start_width, int start_depth, int block_width, in block() argument
178 assert(start_width >= 0); in block()
179 assert(start_width + block_width <= width_); in block()
183 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()
348 void Pack(PackedSideBlock* dst, int start_width, in Pack() argument
356 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
431 void PackL1(int start_width, int width, int start_depth, int depth) { in PackL1() argument
434 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1()
[all …]
Dpack_neon.h183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack() argument
258 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack() argument
380 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
Dpack_SSE.h84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack() argument
96 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()