legate.core.shape.Shape.__add__#

Shape.__add__(other: Union[Shape, int, Iterable[int]]) Shape#

Returns an element-wise addition of the shapes

Parameters:

other (Shape or Iterable[int]) – A shape to add to this shape

Returns:

Result of element-wise addition

Return type:

bool

Notes

Can block on the producer task