legate.core.shape.Shape.__mul__#

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

Returns an element-wise multiplication of the shapes

Parameters:

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

Returns:

Result of element-wise multiplication

Return type:

bool

Notes

Can block on the producer task