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

Method choose

cupyx/distributed/array/_array.py:480–483  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

478 'DistributedArray currently does not support astype.')
479
480 def choose(self, *args, **kwargs):
481 """Not supported."""
482 raise NotImplementedError(
483 'DistributedArray currently does not support choose.')
484
485 def clip(self, *args, **kwargs):
486 """Not supported."""

Callers 10

chooseFunction · 0.80
test_chooseMethod · 0.80
test_choose_broadcastMethod · 0.80
test_choose_wrapMethod · 0.80
test_choose_clipMethod · 0.80
test_unknown_clipMethod · 0.80
test_raiseMethod · 0.80
test_chooseMethod · 0.80

Calls

no outgoing calls

Tested by 9

test_chooseMethod · 0.64
test_choose_broadcastMethod · 0.64
test_choose_wrapMethod · 0.64
test_choose_clipMethod · 0.64
test_unknown_clipMethod · 0.64
test_raiseMethod · 0.64
test_chooseMethod · 0.64