Not supported.
(self, *args, **kwargs)
| 498 | 'DistributedArray currently does not support copy.') |
| 499 | |
| 500 | def cumprod(self, *args, **kwargs): |
| 501 | """Not supported.""" |
| 502 | raise NotImplementedError( |
| 503 | 'DistributedArray currently does not support cumprod.') |
| 504 | |
| 505 | def cumsum(self, *args, **kwargs): |
| 506 | """Not supported.""" |
no outgoing calls