Lines Matching refs:VectorShape
310 VectorShape Shape>
316 static_assert(Shape == VectorShape::Col || Rows == 1, "");
317 static_assert(Shape == VectorShape::Row || Cols == 1, "");
327 VectorShape Shape>
333 static_assert(Shape == VectorShape::Col || Rows == 1, "");
334 static_assert(Shape == VectorShape::Row || Cols == 1, "");
377 VectorShape Shape>
380 static constexpr int kRows = Shape == VectorShape::Col ? BroadcastRows : 1;
381 static constexpr int kCols = Shape == VectorShape::Row ? BroadcastCols : 1;
385 VectorShape Shape>
408 VectorShape Shape>
422 const int i = Shape == VectorShape::Col ? r : c;
431 VectorShape Shape>