Not supported.
(self, *args, **kwargs)
| 468 | 'DistributedArray currently does not support argpartition.') |
| 469 | |
| 470 | def argsort(self, *args, **kwargs): |
| 471 | """Not supported.""" |
| 472 | raise NotImplementedError( |
| 473 | 'DistributedArray currently does not support argsort.') |
| 474 | |
| 475 | def astype(self, *args, **kwargs): |
| 476 | """Not supported.""" |
no outgoing calls
no test coverage detected