Lines Matching refs:CellFormat
33 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
44 typedef typename KernelSideFormat::Cell CellFormat; typedef
46 static const int kCellWidth = CellFormat::kWidth;
47 static const int kKernelWidth = CellFormat::kWidth * kCells;
48 static const int kCellDepth = CellFormat::kDepth;
49 static const int kCellSize = CellFormat::kSize;
134 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
145 typedef typename KernelSideFormat::Cell CellFormat; typedef
147 static const int kCellWidth = CellFormat::kWidth;
148 static const int kKernelWidth = CellFormat::kWidth * kCells;
149 static const int kCellDepth = CellFormat::kDepth;
150 static const int kCellSize = CellFormat::kSize;
259 KernelSideFormatInt8<CellFormat<Width, 16, CellOrder::WidthMajor>, 1>;
270 typedef typename KernelSideFormat::Cell CellFormat; typedef
272 static const int kCellWidth = CellFormat::kWidth;
273 static const int kKernelWidth = CellFormat::kWidth * kCells;
274 static const int kCellDepth = CellFormat::kDepth;
275 static const int kCellSize = CellFormat::kSize;
323 KernelSideFormatInt8Inputs<CellFormat<Width, 16, CellOrder::WidthMajor>, 1>;
335 typedef typename KernelSideFormat::Cell CellFormat; typedef
337 static const int kCellWidth = CellFormat::kWidth;
338 static const int kKernelWidth = CellFormat::kWidth * kCells;
339 static const int kCellDepth = CellFormat::kDepth;
340 static const int kCellSize = CellFormat::kSize;