Searched defs:WidthMajor (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/internal/
H A Dkernel.h123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; member in class:gemmlowp::CellOrder
173 case CellOrder::WidthMajor:
174 return "WidthMajor";
189 case CellOrder::WidthMajor:
H A Dpack.h126 // WidthMajor and DepthMajor are custom phrases modelled after the
130 // so there WidthMajor means RowMajor, while in the Rhs it is the opposite.
131 // Another way to put it: WidthMajor means that contiguous storage is used
133 enum class SideMapOrder { WidthMajor, DepthMajor }; member in class:gemmlowp::SideMapOrder
149 stride_ = kOrder == SideMapOrder::WidthMajor ? depth_ : width_;
165 return kOrder == SideMapOrder::WidthMajor ? 1 : stride_;
242 if (kSrcOrder == SideMapOrder::WidthMajor) {
345 if (SrcMapType::kOrder == SideMapOrder::WidthMajor) {
402 MatrixMapType::kOrder == MapOrder::RowMajor ? SideMapOrder::WidthMajor
417 MatrixMapType::kOrder == MapOrder::ColMajor ? SideMapOrder::WidthMajor
[all...]
/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc188 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; member in class:CellOrder
232 case CellOrder::WidthMajor:
233 return "WidthMajor";
248 case CellOrder::WidthMajor:
459 KernelSideFormat<CellFormat<3, 8, CellOrder::WidthMajor>, 1>,
460 KernelSideFormat<CellFormat<3, 8, CellOrder::WidthMajor>, 1> >
577 KernelSideFormat<CellFormat<4, 16, CellOrder::WidthMajor>, 1>,
578 KernelSideFormat<CellFormat<2, 16, CellOrder::WidthMajor>, 1> >
1992 KernelSideFormat<CellFormat<5, 16, CellOrder::WidthMajor>, 1>,
1993 KernelSideFormat<CellFormat<4, 16, CellOrder::WidthMajor>,
[all...]

Completed in 144 milliseconds