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

Method flatten

cupyx/distributed/array/_array.py:535–538  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

533 'DistributedArray currently does not support fill.')
534
535 def flatten(self, *args, **kwargs):
536 """Not supported."""
537 raise NotImplementedError(
538 'DistributedArray currently does not support flatten.')
539
540 def item(self, *args, **kwargs):
541 """Not supported."""

Callers 15

randintMethod · 0.80
_unique_1dFunction · 0.80
copyMethod · 0.80
sortFunction · 0.80
partitionFunction · 0.80
_quantile_uncheckedFunction · 0.80
firlsFunction · 0.80
test_nextMethod · 0.80
test_flattenMethod · 0.80
test_flatten_copiedMethod · 0.80

Calls

no outgoing calls

Tested by 9

test_nextMethod · 0.64
test_flattenMethod · 0.64
test_flatten_copiedMethod · 0.64
test_flatten_orderMethod · 0.64