Home | History | Annotate | Download | only in internal

Lines Matching refs:CellFormat

162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
173 typedef typename KernelSideFormat::Cell CellFormat;
175 static const int kCellWidth = CellFormat::kWidth;
176 static const int kKernelWidth = CellFormat::kWidth * kCells;
177 static const int kCellDepth = CellFormat::kDepth;
178 static const int kCellSize = CellFormat::kSize;
268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
279 typedef typename KernelSideFormat::Cell CellFormat;
281 static const int kCellWidth = CellFormat::kWidth;
282 static const int kKernelWidth = CellFormat::kWidth * kCells;
283 static const int kCellDepth = CellFormat::kDepth;
284 static const int kCellSize = CellFormat::kSize;