Not supported.
(self, *args, **kwargs)
| 747 | 'DistributedArray currently does not support var.') |
| 748 | |
| 749 | def view(self, *args, **kwargs): |
| 750 | """Not supported.""" |
| 751 | raise NotImplementedError( |
| 752 | 'DistributedArray currently does not support view.') |
| 753 | |
| 754 | @property |
| 755 | def T(self): |
no outgoing calls