Lines Matching refs:KernelSideFormat
30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
41 typedef typename KernelSideFormat::Cell CellFormat;
42 static constexpr int kCells = KernelSideFormat::kCells;
48 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
184 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
194 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
195 typedef typename KernelSideFormat::Cell CellFormat;
196 static constexpr int kCells = KernelSideFormat::kCells;
202 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
363 typedef Int8FastKernelFormat<Width> KernelSideFormat; typedef
364 typedef typename KernelSideFormat::Cell CellFormat;
365 static const int kCells = KernelSideFormat::kCells;
371 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()