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

Method take

cupyx/distributed/array/_array.py:709–712  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

707 'DistributedArray currently does not support swapaxes.')
708
709 def take(self, *args, **kwargs):
710 """Not supported."""
711 raise NotImplementedError(
712 'DistributedArray currently does not support take.')
713
714 def toDlpack(self, *args, **kwargs):
715 """Not supported."""

Callers 15

takeFunction · 0.80
extractFunction · 0.80
_searchsortedFunction · 0.80
_quantile_uncheckedFunction · 0.80
_insert_manyMethod · 0.80
_cmplx_sortFunction · 0.80
lfilticFunction · 0.80
_boolrelextremaFunction · 0.80
__init__Method · 0.80
test_take_by_scalarMethod · 0.80
test_take_by_arrayMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_take_by_scalarMethod · 0.64
test_take_by_arrayMethod · 0.64
test_take_no_axisMethod · 0.64
test_take_arrayMethod · 0.64
test_take_scalarMethod · 0.64
wrap_takeFunction · 0.64