Performs the operation __dlpack__.
(self: Array, /, *, stream: None = None)
| 481 | return res |
| 482 | |
| 483 | def __dlpack__(self: Array, /, *, stream: None = None) -> PyCapsule: |
| 484 | """ |
| 485 | Performs the operation __dlpack__. |
| 486 | """ |
| 487 | return self._array.__dlpack__(stream=stream) |
| 488 | |
| 489 | def __dlpack_device__(self: Array, /) -> Tuple[IntEnum, int]: |
| 490 | """ |
no outgoing calls