Not supported.
(self, *args, **kwargs)
| 478 | 'DistributedArray currently does not support astype.') |
| 479 | |
| 480 | def choose(self, *args, **kwargs): |
| 481 | """Not supported.""" |
| 482 | raise NotImplementedError( |
| 483 | 'DistributedArray currently does not support choose.') |
| 484 | |
| 485 | def clip(self, *args, **kwargs): |
| 486 | """Not supported.""" |
no outgoing calls