Searched refs:WidthMajor (Results 1 – 7 of 7) sorted by relevance
/external/gemmlowp/internal/ |
D | 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> >
|
D | kernel.h | 123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; enumerator 167 case CellOrder::WidthMajor: in CellOrderName() 183 case CellOrder::WidthMajor: in OffsetIntoCell()
|
D | pack.h | 135 enum class SideMapOrder { WidthMajor, DepthMajor }; enumerator 151 stride_ = kOrder == SideMapOrder::WidthMajor ? depth_ : width_; in SideMap() 167 return kOrder == SideMapOrder::WidthMajor ? 1 : stride_; in depth_stride() 333 if (kSrcOrder == SideMapOrder::WidthMajor) { in MakeCompleteSrc() 441 if (SrcMapType::kOrder == SideMapOrder::WidthMajor) { in PrefetchL1() 512 MatrixMapType::kOrder == MapOrder::RowMajor ? SideMapOrder::WidthMajor in PackLhs() 543 MatrixMapType::kOrder == MapOrder::ColMajor ? SideMapOrder::WidthMajor in PackRhs()
|
D | pack_SSE.h | 58 typedef SideMap<const std::uint8_t, SideMapOrder::WidthMajor> 63 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
|
D | kernel_neon.h | 269 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>, 270 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
|
D | pack_neon.h | 158 typedef SideMap<const std::uint8_t, SideMapOrder::WidthMajor> 268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
|
/external/gemmlowp/test/ |
D | test.cc | 1391 KernelSideFormat<CellFormat<3, 4, CellOrder::WidthMajor>, 2>, in TestExhaustively() 1392 KernelSideFormat<CellFormat<5, 4, CellOrder::WidthMajor>, 3>>>>(&context); in TestExhaustively() 1395 KernelSideFormat<CellFormat<5, 2, CellOrder::WidthMajor>, 3>, in TestExhaustively() 1400 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 2>>>>(&context); in TestExhaustively() 1404 KernelSideFormat<CellFormat<3, 8, CellOrder::WidthMajor>, 1>>>>(&context); in TestExhaustively()
|