Home | History | Annotate | Download | only in internal

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;
57 // Reorder the data within registers to make DepthMajor 4x2 cells
74 // Store the resulting DepthMajor 4x2 cells in the destination packed block
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;
172 // Reorder the data within registers to make WidthMajor 4x2 cells
189 // Store the resulting WidthMajor 4x2 cells in the destination packed block