HomeSort by relevance Sort by last modified time
    Searched refs:KernelSideFormat (Results 1 - 9 of 9) 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_default.h 67 typedef ReferenceKernel<KernelFormat<KernelSideFormat<CellFormat<4, 4>, 2>,
68 KernelSideFormat<CellFormat<4, 4>, 2> > >
kernel_neon.h 35 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, 3>,
36 KernelSideFormat<CellFormat<4, 2>, 1> >
269 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>,
270 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
648 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, 3>,
649 KernelSideFormat<CellFormat<4, 2>, 2> >
    [all...]
pack_SSE.h 63 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
73 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
74 typedef typename KernelSideFormat::Cell CellFormat;
75 static const int kCells = KernelSideFormat::kCells;
84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
pack_neon.h 162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
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;
279 typedef typename KernelSideFormat::Cell CellFormat;
280 static const int kCells = KernelSideFormat::kCells;
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width
    [all...]
compute.h 30 typedef typename PackedLhs::KernelSideFormat KernelLhsFormat;
31 typedef typename PackedRhs::KernelSideFormat KernelRhsFormat;
pack.h 50 typedef tKernelSideFormat KernelSideFormat;
71 void seek_next_cell() const { pos_ += KernelSideFormat::Cell::kSize; }
74 pos_ += n * KernelSideFormat::Cell::kSize;
300 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat;
301 typedef typename KernelSideFormat::Cell CellFormat;
302 static const int kCells = KernelSideFormat::kCells;
389 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat;
390 typedef typename KernelSideFormat::Cell CellFormat
    [all...]
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 {
151 // It consists of two KernelSideFormat's, one for LHS and one for RHS.
  /external/gemmlowp/test/
test.cc     [all...]

Completed in 2305 milliseconds