Not supported.
(self, *args, **kwargs)
| 742 | 'DistributedArray currently does not support transpose.') |
| 743 | |
| 744 | def var(self, *args, **kwargs): |
| 745 | """Not supported.""" |
| 746 | raise NotImplementedError( |
| 747 | 'DistributedArray currently does not support var.') |
| 748 | |
| 749 | def view(self, *args, **kwargs): |
| 750 | """Not supported.""" |
no outgoing calls