Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h63 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 …]
Dpack_neon.h48 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()
Dpack_sse.h50 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/
Dpacking.txt117 void seek_run(int start_width, int start_depth) const {
120 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
Dpacking.md114 void seek_run(int start_width, int start_depth) const {
117 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;