legate.core.shape.Shape.__gt__#

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

Returns the result of element-wise <=.

Parameters:

other (Shape or Iterable[int]) – Shape to compare with

Returns:

Result of element-wise <=.

Return type:

tuple[bool]

Notes

Can block on the producer task