• Home
  • Raw
  • Download

Lines Matching refs:kRows

64   static constexpr int kRows = tRows;  member
66 static constexpr int kScalarCount = kRows * kCols;
98 (LhsType::kRows < RhsType::kRows));
136 static constexpr int kRows =
137 Lhs::kRows > Rhs::kRows ? Lhs::kRows : Rhs::kRows;
146 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
155 static constexpr int Rows = ResultBlockType::kRows;
157 static constexpr int LhsRows = Lhs::kRows;
159 static constexpr int RhsRows = Rhs::kRows;
204 static constexpr int Rows = ResultBlockType::kRows;
206 static constexpr int LhsRows = Lhs::kRows;
208 static constexpr int RhsRows = Rhs::kRows;
253 static constexpr int Rows = ResultBlockType::kRows;
255 static constexpr int LhsRows = Lhs::kRows;
257 static constexpr int RhsRows = Rhs::kRows;
302 static constexpr int Rows = ResultBlockType::kRows;
304 static constexpr int LhsRows = Lhs::kRows;
306 static constexpr int RhsRows = Rhs::kRows;
351 static constexpr int Rows = ResultBlockType::kRows;
353 static constexpr int LhsRows = Lhs::kRows;
355 static constexpr int RhsRows = Rhs::kRows;
396 static constexpr int Rows = Acc::kRows;
398 static constexpr int LhsRows = Lhs::kRows;
400 static constexpr int RhsRows = Rhs::kRows;
531 static constexpr int kRows = Shape == VectorShape::Col ? BroadcastRows : 1;
539 static constexpr int kRows = 1;
546 LoadForBroadcastingShape<RegisterBlockType::kRows,
549 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
572 for (int r = 0; r < ResultBlockType::kRows; r++) {
574 result.buf.reg[r + c * ResultBlockType::kRows] = src(pos + i);
595 for (int r = 0; r < ResultBlockType::kRows; r++) {
596 result.buf.reg[r + c * ResultBlockType::kRows] = src(0);