Lines Matching refs:Cells
29 template <int Cells>
30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
32 template <int Cells>
35 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>>
38 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> {
40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
129 template <int Cells>
131 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
133 template <int Cells>
136 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>>
139 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>> {
141 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;