Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h139 class SideMap {
144 SideMap(Scalar* data, int width, int depth, int stride) in SideMap() function
147 SideMap(Scalar* data, int width, int depth) in SideMap() function
152 SideMap(const SideMap& other) in SideMap() function
174 SideMap block(int start_width, int start_depth, int block_width, in block()
181 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()
265 const SideMap<const std::uint8_t, kSrcOrder> src_cell_map( in Pack()
405 typedef SideMap<Scalar, kSideMapOrder> SideMapType; in PackLhs()
420 typedef SideMap<Scalar, kSideMapOrder> SideMapType; in PackRhs()
Dpack_sse.h27 typedef SideMap<const std::uint8_t, SideMapOrder::WidthMajor>
Dpack_neon.h26 typedef SideMap<const std::uint8_t, SideMapOrder::WidthMajor>
Dpack_msa.h26 typedef SideMap<const std::uint8_t, SideMapOrder::WidthMajor>