Not supported.
(self, *args, **kwargs)
| 639 | 'DistributedArray currently does not support reshape.') |
| 640 | |
| 641 | def round(self, *args, **kwargs): |
| 642 | """Not supported.""" |
| 643 | raise NotImplementedError( |
| 644 | 'DistributedArray currently does not support round.') |
| 645 | |
| 646 | def scatter_add(self, *args, **kwargs): |
| 647 | """Not supported.""" |
no outgoing calls