Home | History | Annotate | Download | only in internal

Lines Matching full:cells

161 template <int Cells>
162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
164 template <typename QuantizationParams, int Cells>
167 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > >
170 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > > {
172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
194 // Reorder the data within registers to make DepthMajor 4x2 cells
211 // Store the resulting DepthMajor 4x2 cells in the destination packed block
266 template <int Cells>
268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
270 template <typename QuantizationParams, int Cells>
273 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > >
276 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > {
278 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
314 // Reorder the data within registers to make WidthMajor 4x2 cells
331 // Store the resulting WidthMajor 4x2 cells in the destination packed block