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

Method dumps

cupyx/distributed/array/_array.py:525–528  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

523 'DistributedArray currently does not support dump.')
524
525 def dumps(self, *args, **kwargs):
526 """Not supported."""
527 raise NotImplementedError(
528 'DistributedArray currently does not support dumps.')
529
530 def fill(self, *args, **kwargs):
531 """Not supported."""

Callers 15

mainFunction · 0.80
mainFunction · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80
test_pickleMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80

Calls

no outgoing calls

Tested by 15

testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
test_pickleMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64