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

Method sort

cupyx/distributed/array/_array.py:671–674  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

669 'DistributedArray currently does not support set.')
670
671 def sort(self, *args, **kwargs):
672 """Not supported."""
673 raise NotImplementedError(
674 'DistributedArray currently does not support sort.')
675
676 def squeeze(self, *args, **kwargs):
677 """Not supported."""

Callers 15

_unique_1dFunction · 0.45
in1dFunction · 0.45
setxor1dFunction · 0.45
sortFunction · 0.45
sort_complexFunction · 0.45
_quantile_uncheckedFunction · 0.45
shares_memoryFunction · 0.45
to_unique_sortedFunction · 0.45
_normalize_index_mapFunction · 0.45
__init__Method · 0.45
eigshFunction · 0.45
connected_componentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected