OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SideMap
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/internal/
pack.h
141
class
SideMap
{
146
SideMap
(Scalar* data, int width, int depth, int stride)
149
SideMap
(Scalar* data, int width, int depth)
154
SideMap
(const
SideMap
& other)
176
SideMap
block(int start_width, int start_depth, int block_width,
183
return
SideMap
(data(start_width, start_depth), block_width, block_depth,
357
const
SideMap
<const std::uint8_t, kSrcOrder> src_cell_map(
515
typedef
SideMap
<Scalar, kSideMapOrder> SideMapType;
546
typedef
SideMap
<Scalar, kSideMapOrder> SideMapType
[
all
...]
pack_SSE.h
58
typedef
SideMap
<const std::uint8_t, SideMapOrder::WidthMajor>
pack_neon.h
158
typedef
SideMap
<const std::uint8_t, SideMapOrder::WidthMajor>
Completed in 45 milliseconds