Not supported.
(self, *args, **kwargs)
| 629 | 'DistributedArray currently does not support reduced_view.') |
| 630 | |
| 631 | def repeat(self, *args, **kwargs): |
| 632 | """Not supported.""" |
| 633 | raise NotImplementedError( |
| 634 | 'DistributedArray currently does not support repeat.') |
| 635 | |
| 636 | def reshape(self, *args, **kwargs): |
| 637 | """Not supported.""" |
no outgoing calls