Not supported.
(self, *args, **kwargs)
| 483 | 'DistributedArray currently does not support choose.') |
| 484 | |
| 485 | def clip(self, *args, **kwargs): |
| 486 | """Not supported.""" |
| 487 | raise NotImplementedError( |
| 488 | 'DistributedArray currently does not support clip.') |
| 489 | |
| 490 | def compress(self, *args, **kwargs): |
| 491 | """Not supported.""" |
no outgoing calls