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;
58 // Reorder the data within registers to make DepthMajor 4x2 cells
85 // Store the resulting DepthMajor 4x2 cells in the destination packed block
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;
221 // Reorder the data within registers to make WidthMajor 4x2 cells
248 // Store the resulting WidthMajor 4x2 cells in the destination packed block