legate.core.shape.Shape.__floordiv__#

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

Returns the result of element-wise integer division

Parameters:

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

Returns:

Result of element-wise integer division

Return type:

bool

Notes

Can block on the producer task