Not supported.
(self, *args, **kwargs)
| 609 | _math.prod_keep_dtype, axis, dtype, out, keepdims) |
| 610 | |
| 611 | def ptp(self, *args, **kwargs): |
| 612 | """Not supported.""" |
| 613 | raise NotImplementedError( |
| 614 | 'DistributedArray currently does not support ptp.') |
| 615 | |
| 616 | def put(self, *args, **kwargs): |
| 617 | """Not supported.""" |
no outgoing calls