OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WidthMajor
(Results
1 - 7
of
7
) sorted by null
/external/gemmlowp/internal/
kernel_SSE.h
34
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 1>,
35
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 1> >
207
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 3>,
208
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 1> >
kernel.h
123
enum class CellOrder { DepthMajor,
WidthMajor
, Diagonal };
167
case CellOrder::
WidthMajor
:
168
return "
WidthMajor
";
183
case CellOrder::
WidthMajor
:
pack_SSE.h
58
typedef SideMap<const std::uint8_t, SideMapOrder::
WidthMajor
>
63
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, Cells>;
pack.h
128
//
WidthMajor
and DepthMajor are custom phrases modelled after the
132
// so there
WidthMajor
means RowMajor, while in the Rhs it is the opposite.
133
// Another way to put it:
WidthMajor
means that contiguous storage is used
135
enum class SideMapOrder {
WidthMajor
, DepthMajor };
151
stride_ = kOrder == SideMapOrder::
WidthMajor
? depth_ : width_;
167
return kOrder == SideMapOrder::
WidthMajor
? 1 : stride_;
333
if (kSrcOrder == SideMapOrder::
WidthMajor
) {
441
if (SrcMapType::kOrder == SideMapOrder::
WidthMajor
) {
512
MatrixMapType::kOrder == MapOrder::RowMajor ? SideMapOrder::
WidthMajor
543
MatrixMapType::kOrder == MapOrder::ColMajor ? SideMapOrder::
WidthMajor
[
all
...]
kernel_neon.h
269
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 3>,
270
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, 1> >
[
all
...]
pack_neon.h
158
typedef SideMap<const std::uint8_t, SideMapOrder::
WidthMajor
>
188
// Load and requantize source
WidthMajor
data
268
KernelSideFormat<CellFormat<4, 2, CellOrder::
WidthMajor
>, Cells>;
294
// Load and requantize source
WidthMajor
data
314
// Reorder the data within registers to make
WidthMajor
4x2 cells
331
// Store the resulting
WidthMajor
4x2 cells in the destination packed block
/external/gemmlowp/test/
test.cc
[
all
...]
Completed in 204 milliseconds