HomeSort by relevance Sort by last modified time
    Searched refs:CellFormat (Results 1 - 11 of 11) sorted by null

  /external/gemmlowp/internal/
kernel.h 79 // contains a CellFormat and a number of cells; cells are only ever
90 // KernelSideFormat<CellFormat<3, 4>, 3>,
91 // KernelSideFormat<CellFormat<5, 4>, 2>
94 // The LHS format, KernelSideFormat<CellFormat<3, 4>, 3>, means:
96 // DepthMajor order (the default value, see CellFormat). In the LHS,
110 // The RHS format, KernelSideFormat<CellFormat<5, 4>, 2>, means:
112 // DepthMajor order (the default value, see CellFormat). In the RHS,
125 // CellFormat describes how data is laid
128 struct CellFormat {
137 // (i.e. LHS or RHS). That is, a CellFormat together with a number o
    [all...]
kernel_default.h 87 KernelSideFormat<CellFormat<4, 16, CellOrder::WidthMajor>, 1>,
88 KernelSideFormat<CellFormat<4, 16, CellOrder::WidthMajor>, 1> > >
kernel_sse.h 34 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1>,
35 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
208 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>,
209 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
pack_neon.h 30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
41 typedef typename KernelSideFormat::Cell CellFormat;
43 static const int kCellWidth = CellFormat::kWidth;
44 static const int kKernelWidth = CellFormat::kWidth * kCells;
45 static const int kCellDepth = CellFormat::kDepth;
46 static const int kCellSize = CellFormat::kSize;
131 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
142 typedef typename KernelSideFormat::Cell CellFormat;
144 static const int kCellWidth = CellFormat::kWidth;
145 static const int kKernelWidth = CellFormat::kWidth * kCells
    [all...]
kernel_neon.h 35 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, 3>,
36 KernelSideFormat<CellFormat<4, 2>, 1> >
295 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>,
296 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
669 KernelSideFormatInt8<CellFormat<4, 16, CellOrder::WidthMajor>, 1>,
670 KernelSideFormatInt8<CellFormat<2, 16, CellOrder::WidthMajor>, 1> >
    [all...]
pack_sse.h 32 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
43 typedef typename KernelSideFormat::Cell CellFormat;
45 static const int kCellWidth = CellFormat::kWidth;
46 static const int kKernelWidth = CellFormat::kWidth * kCells;
47 static const int kCellDepth = CellFormat::kDepth;
48 static const int kCellSize = CellFormat::kSize;