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

Method item

cupyx/distributed/array/_array.py:540–543  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

538 'DistributedArray currently does not support flatten.')
539
540 def item(self, *args, **kwargs):
541 """Not supported."""
542 raise NotImplementedError(
543 'DistributedArray currently does not support item.')
544
545 def max(self, axis=None, out=None, keepdims=False):
546 """Return the maximum along a given axis.

Callers 15

trim_zerosFunction · 0.80
uniqueFunction · 0.80
trimcoefFunction · 0.80
_parse_indicesMethod · 0.80
svdsFunction · 0.80
lsmrFunction · 0.80
minresFunction · 0.80
bicgstabFunction · 0.80
sosfiltfiltFunction · 0.80
_try_convert_to_intFunction · 0.80
expmFunction · 0.80
_compact_trisMethod · 0.80

Calls

no outgoing calls

Tested by 15

_get_inputMethod · 0.64
test_scalar_lhsMethod · 0.64
test_scalar_rhsMethod · 0.64
test_itemMethod · 0.64
test_itemMethod · 0.64
funcMethod · 0.64
python_scalar_param_rMethod · 0.64
python_scalar_param_lMethod · 0.64
_qr_reduce_pyFunction · 0.64