Not supported.
(self, *args, **kwargs)
| 707 | 'DistributedArray currently does not support swapaxes.') |
| 708 | |
| 709 | def take(self, *args, **kwargs): |
| 710 | """Not supported.""" |
| 711 | raise NotImplementedError( |
| 712 | 'DistributedArray currently does not support take.') |
| 713 | |
| 714 | def toDlpack(self, *args, **kwargs): |
| 715 | """Not supported.""" |
no outgoing calls