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;
182 template <int Cells>
184 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
186 template <int Cells>
189 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>>
192 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>> {
194 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;