Searched defs:KernelFormat (Results 1 – 2 of 2) sorted by relevance
171 struct KernelFormat { struct172 typedef tLhs Lhs;173 typedef tRhs Rhs;176 static constexpr int kDepth = Lhs::Cell::kDepth;177 static constexpr int kRows = Lhs::Cell::kWidth * Lhs::kCells;178 static constexpr int kCols = Rhs::Cell::kWidth * Rhs::kCells;
233 struct KernelFormat { struct234 typedef tLhs Lhs;235 typedef tRhs Rhs;238 static const int kDepth = Lhs::Cell::kDepth;239 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;240 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;