MCPcopy Create free account
hub / github.com/cupy/cupy / mdspan

Method mdspan

cupyx/distributed/array/_array.py:564–567  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

562 'DistributedArray currently does not support mean.')
563
564 def mdspan(self, *args, **kwargs):
565 """Not supported."""
566 raise NotImplementedError(
567 'DistributedArray currently does not support mdspan.')
568
569 def min(self, axis=None, out=None, keepdims=False):
570 """Return the minimum along a given axis.

Calls

no outgoing calls