Not supported.
(self, *args, **kwargs)
| 659 | 'DistributedArray currently does not support scatter_min.') |
| 660 | |
| 661 | def searchsorted(self, *args, **kwargs): |
| 662 | """Not supported.""" |
| 663 | raise NotImplementedError( |
| 664 | 'DistributedArray currently does not support searchsorted.') |
| 665 | |
| 666 | def set(self, *args, **kwargs): |
| 667 | """Not supported.""" |
no outgoing calls