Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h315 : packed_side_block_(packed_side_block), src_map_(src_map) {} in PackSideBlockImpl()
319 const SrcMapType& src_map() const { return src_map_; } in src_map()
325 for (int d = 0; d < src_map_.depth(); in PackL2()
328 src_map_.depth() - d); in PackL2()
330 for (int w = 0; w < src_map_.width(); in PackL2()
333 src_map_.width() - w); in PackL2()
356 Prefetch(src_map_.data(start_width + w, start_depth + d)); in PrefetchL1()
362 Prefetch(src_map_.data(start_width + w, start_depth + d)); in PrefetchL1()
375 b.UseCompleteSrcInPlace(src_map_.block(start_width, start_depth + d, in PackRun()
382 src_map_.block(start_width, start_depth + register_aligned_depth, in PackRun()
[all …]