Lines Matching refs:KernelSideFormat
33 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
43 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
44 typedef typename KernelSideFormat::Cell CellFormat;
45 static const int kCells = KernelSideFormat::kCells;
51 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
134 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
144 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
145 typedef typename KernelSideFormat::Cell CellFormat;
146 static const int kCells = KernelSideFormat::kCells;
152 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
269 typedef Int8FastKernelFormat<Width> KernelSideFormat; typedef
270 typedef typename KernelSideFormat::Cell CellFormat;
271 static const int kCells = KernelSideFormat::kCells;
277 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
334 typedef Int8InputsFastKernelFormat<Width> KernelSideFormat; typedef
335 typedef typename KernelSideFormat::Cell CellFormat;
336 static const int kCells = KernelSideFormat::kCells;
342 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()