Not supported.
(self, *args, **kwargs)
| 727 | 'DistributedArray currently does not support tofile.') |
| 728 | |
| 729 | def tolist(self, *args, **kwargs): |
| 730 | """Not supported.""" |
| 731 | raise NotImplementedError( |
| 732 | 'DistributedArray currently does not support tolist.') |
| 733 | |
| 734 | def trace(self, *args, **kwargs): |
| 735 | """Not supported.""" |
no outgoing calls