Not supported.
(self, *args, **kwargs)
| 674 | 'DistributedArray currently does not support sort.') |
| 675 | |
| 676 | def squeeze(self, *args, **kwargs): |
| 677 | """Not supported.""" |
| 678 | raise NotImplementedError( |
| 679 | 'DistributedArray currently does not support squeeze.') |
| 680 | |
| 681 | def std(self, *args, **kwargs): |
| 682 | """Not supported.""" |
no outgoing calls