Lines Matching refs:CellFormat
30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
41 typedef typename KernelSideFormat::Cell CellFormat; typedef
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;
184 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
195 typedef typename KernelSideFormat::Cell CellFormat; typedef
197 static const int kCellWidth = CellFormat::kWidth;
198 static const int kKernelWidth = CellFormat::kWidth * kCells;
199 static const int kCellDepth = CellFormat::kDepth;
200 static const int kCellSize = CellFormat::kSize;
353 KernelSideFormatInt8<CellFormat<Width, 16, CellOrder::WidthMajor>, 1>;
364 typedef typename KernelSideFormat::Cell CellFormat; typedef
366 static const int kCellWidth = CellFormat::kWidth;
367 static const int kKernelWidth = CellFormat::kWidth * kCells;
368 static const int kCellDepth = CellFormat::kDepth;
369 static const int kCellSize = CellFormat::kSize;