legate.core.shape.Shape.__sub__#

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

Returns an element-wise subtraction between the shapes

Parameters:

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

Returns:

Result of element-wise subtraction

Return type:

bool

Notes

Can block on the producer task