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

Method put

cupyx/distributed/array/_array.py:616–619  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

614 'DistributedArray currently does not support ptp.')
615
616 def put(self, *args, **kwargs):
617 """Not supported."""
618 raise NotImplementedError(
619 'DistributedArray currently does not support put.')
620
621 def ravel(self, *args, **kwargs):
622 """Not supported."""

Callers 10

placeFunction · 0.80
putFunction · 0.80
put_along_axisFunction · 0.80
test_putMethod · 0.80
test_put_index_scalarMethod · 0.80
test_put_mode_errorMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_putMethod · 0.64
test_put_index_scalarMethod · 0.64
test_put_mode_errorMethod · 0.64