Not supported.
(self, *args, **kwargs)
| 503 | 'DistributedArray currently does not support cumprod.') |
| 504 | |
| 505 | def cumsum(self, *args, **kwargs): |
| 506 | """Not supported.""" |
| 507 | raise NotImplementedError( |
| 508 | 'DistributedArray currently does not support cumsum.') |
| 509 | |
| 510 | def diagonal(self, *args, **kwargs): |
| 511 | """Not supported.""" |
no outgoing calls