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

/external/gemmlowp/internal/
H A Dpack.h63 void seek_run(int start_width, int start_depth) const { argument
66 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
174 SideMap block(int start_width, int start_depth, int block_width, argument
176 assert(start_width >= 0);
177 assert(start_width + block_width <= width_);
181 return SideMap(data(start_width, start_depth), block_width, block_depth,
257 void Pack(PackedSideBlock* dst, int start_width) { argument
264 dst->sums_of_each_slice() + start_width + cell_start_width;
335 void PackL1(int start_width, int width, int start_depth, int depth) { argument
338 packed_side_block_->seek_run(start_width
344 PrefetchL1(int start_width, int width, int start_depth, int depth) argument
361 PackRun(int start_width, int width, int start_depth, int depth) argument
[all...]
H A Dpack_neon.h48 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { argument
121 dst->sums_of_each_slice() + start_width + 4 * cell;
149 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { argument
238 dst->sums_of_each_slice() + start_width + 4 * cell;
274 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { argument
275 std::int32_t* sums_ptr = dst->sums_of_each_slice() + start_width;
H A Dpack_sse.h50 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { argument
61 dst->sums_of_each_slice() + start_width + cell_start_width;

Completed in 1091 milliseconds