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

Method argsort

cupyx/distributed/array/_array.py:470–473  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

468 'DistributedArray currently does not support argpartition.')
469
470 def argsort(self, *args, **kwargs):
471 """Not supported."""
472 raise NotImplementedError(
473 'DistributedArray currently does not support argsort.')
474
475 def astype(self, *args, **kwargs):
476 """Not supported."""

Callers 15

_permutationMethod · 0.45
_unique_1dFunction · 0.45
argsortFunction · 0.45
interpFunction · 0.45
_minor_index_fancyMethod · 0.45
_insert_manyMethod · 0.45
eigshFunction · 0.45
_eigsh_solve_ritzFunction · 0.45
_get_indxFunction · 0.45
__init__Method · 0.45
_cmplx_sortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected