Home | History | Annotate | Download | only in internal

Lines Matching defs:KernelSideFormat

162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
173 typedef typename KernelSideFormat::Cell CellFormat;
174 static const int kCells = KernelSideFormat::kCells;
183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
278 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
279 typedef typename KernelSideFormat::Cell CellFormat;
280 static const int kCells = KernelSideFormat::kCells;
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,