Searched defs:KernelSideFormat (Results 1 - 4 of 4) sorted by relevance
/external/gemmlowp/internal/ |
H A D | kernel.h | 78 // of KernelSideFormat's, one for LHS and one for RHS; each KernelSideFormat 90 // KernelSideFormat<CellFormat<3, 4>, 3>, 91 // KernelSideFormat<CellFormat<5, 4>, 2> 94 // The LHS format, KernelSideFormat<CellFormat<3, 4>, 3>, means: 110 // The RHS format, KernelSideFormat<CellFormat<5, 4>, 2>, means: 136 // KernelSideFormat describes how data is laid out in a kernel side 143 struct KernelSideFormat { struct in namespace:gemmlowp 151 // It consists of two KernelSideFormat's, one for LHS and one for RHS.
|
H A D | pack_SSE.h | 63 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 73 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef in class:gemmlowp::PackingRegisterBlock 74 typedef typename KernelSideFormat::Cell CellFormat; 75 static const int kCells = KernelSideFormat::kCells; 84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
|
H A D | pack_neon.h | 162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>; 172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef in class:gemmlowp::PackingRegisterBlock 173 typedef typename KernelSideFormat::Cell CellFormat; 174 static const int kCells = KernelSideFormat::kCells; 183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, 268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 278 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef in class:gemmlowp::PackingRegisterBlock 279 typedef typename KernelSideFormat::Cell CellFormat; 280 static const int kCells = KernelSideFormat::kCells; 289 void Pack(PackedSideBlock<KernelSideFormat>* ds [all...] |
H A D | pack.h | 50 typedef tKernelSideFormat KernelSideFormat; typedef in class:gemmlowp::PackedSideBlock 71 void seek_next_cell() const { pos_ += KernelSideFormat::Cell::kSize; } 74 pos_ += n * KernelSideFormat::Cell::kSize; 300 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef in class:gemmlowp::PackingRegisterBlockBase 301 typedef typename KernelSideFormat::Cell CellFormat; 302 static const int kCells = KernelSideFormat::kCells; 389 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef in class:gemmlowp::PackSideBlockImpl 390 typedef typename KernelSideFormat [all...] |
Completed in 386 milliseconds