Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h307 : packed_side_block_(packed_side_block), src_map_(src_map) {} in PackSideBlockImpl()
311 const SrcMapType& src_map() const { return src_map_; } in src_map()
317 for (int d = 0; d < src_map_.depth(); in PackL2()
320 src_map_.depth() - d); in PackL2()
322 for (int w = 0; w < src_map_.width(); in PackL2()
325 src_map_.width() - w); in PackL2()
348 Prefetch(src_map_.data(start_width + w, start_depth + d)); in PrefetchL1()
354 Prefetch(src_map_.data(start_width + w, start_depth + d)); in PrefetchL1()
367 b.UseCompleteSrcInPlace(src_map_.block(start_width, start_depth + d, in PackRun()
374 src_map_.block(start_width, start_depth + register_aligned_depth, in PackRun()
[all …]