Not supported.
(self, *args, **kwargs)
| 448 | 'DistributedArray currently does not support all.') |
| 449 | |
| 450 | def any(self, *args, **kwargs): |
| 451 | """Not supported.""" |
| 452 | raise NotImplementedError( |
| 453 | 'DistributedArray currently does not support any.') |
| 454 | |
| 455 | def argmax(self, *args, **kwargs): |
| 456 | """Not supported.""" |
no outgoing calls
no test coverage detected