Not supported.
(self, *args, **kwargs)
| 533 | 'DistributedArray currently does not support fill.') |
| 534 | |
| 535 | def flatten(self, *args, **kwargs): |
| 536 | """Not supported.""" |
| 537 | raise NotImplementedError( |
| 538 | 'DistributedArray currently does not support flatten.') |
| 539 | |
| 540 | def item(self, *args, **kwargs): |
| 541 | """Not supported.""" |
no outgoing calls