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

Method copy

cupyx/distributed/array/_array.py:495–498  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

493 'DistributedArray currently does not support compress.')
494
495 def copy(self, *args, **kwargs):
496 """Not supported."""
497 raise NotImplementedError(
498 'DistributedArray currently does not support copy.')
499
500 def cumprod(self, *args, **kwargs):
501 """Not supported."""

Callers 3

reshardMethod · 0.45
distributed_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected