Not supported.
(self, *args, **kwargs)
| 488 | 'DistributedArray currently does not support clip.') |
| 489 | |
| 490 | def compress(self, *args, **kwargs): |
| 491 | """Not supported.""" |
| 492 | raise NotImplementedError( |
| 493 | 'DistributedArray currently does not support compress.') |
| 494 | |
| 495 | def copy(self, *args, **kwargs): |
| 496 | """Not supported.""" |
no outgoing calls