Lines Matching refs:VectorShape
461 VectorShape Shape>
467 static_assert(Shape == VectorShape::Col || Rows == 1, "");
468 static_assert(Shape == VectorShape::Row || Cols == 1, "");
478 VectorShape Shape>
484 static_assert(Shape == VectorShape::Col || Rows == 1, "");
485 static_assert(Shape == VectorShape::Row || Cols == 1, "");
528 VectorShape Shape>
531 static constexpr int kRows = Shape == VectorShape::Col ? BroadcastRows : 1;
532 static constexpr int kCols = Shape == VectorShape::Row ? BroadcastCols : 1;
536 VectorShape Shape>
559 VectorShape Shape>
573 const int i = Shape == VectorShape::Col ? r : c;
582 VectorShape Shape>