Lines Matching refs:FixedKernelLayout
65 struct PackImpl<Path::kAvx2Fma, FixedKernelLayout<Order::kColMajor, 4, 8>,
70 using Layout = FixedKernelLayout<Order::kColMajor, 4, 8>;
112 struct PackImpl<Path::kAvx, FixedKernelLayout<Order::kColMajor, 4, 8>, Scalar,
117 using Layout = FixedKernelLayout<Order::kColMajor, 4, 8>;
158 struct PackImpl<Path::kAvx, FixedKernelLayout<Order::kRowMajor, 1, 8>, float,
160 using Layout = FixedKernelLayout<Order::kRowMajor, 1, 8>;
192 struct PackImpl<Path::kAvx2Fma, FixedKernelLayout<Order::kRowMajor, 1, 8>,
194 using Layout = FixedKernelLayout<Order::kRowMajor, 1, 8>;
230 struct PackImpl<Path::kAvx512, FixedKernelLayout<Order::kColMajor, 4, 16>,
235 using Layout = FixedKernelLayout<Order::kColMajor, 4, 16>;
279 struct PackImpl<Path::kAvx512, FixedKernelLayout<Order::kRowMajor, 1, 16>,
284 using Layout = FixedKernelLayout<Order::kRowMajor, 1, 16>;
315 struct PackImpl<Path::kAvx2Fma, FixedKernelLayout<Order::kColMajor, 4, 8>,
350 struct PackImpl<Path::kAvx, FixedKernelLayout<Order::kColMajor, 4, 8>, Scalar,
385 struct PackImpl<Path::kAvx512, FixedKernelLayout<Order::kColMajor, 4, 16>,