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

Method clip

cupyx/distributed/array/_array.py:485–488  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

483 'DistributedArray currently does not support choose.')
484
485 def clip(self, *args, **kwargs):
486 """Not supported."""
487 raise NotImplementedError(
488 'DistributedArray currently does not support clip.')
489
490 def compress(self, *args, **kwargs):
491 """Not supported."""

Callers 15

ravel_multi_indexFunction · 0.80
corrcoefFunction · 0.80
clipFunction · 0.80
cspline1d_evalFunction · 0.80
qspline1d_evalFunction · 0.80
_boolrelextremaFunction · 0.80
_find_indicesMethod · 0.80
_call_linearMethod · 0.80
_call_nearestMethod · 0.80
_call_previousnextMethod · 0.80
test_clip1Method · 0.80
test_clip3Method · 0.80

Calls

no outgoing calls

Tested by 13

test_clip1Method · 0.64
test_clip3Method · 0.64
test_clip_min_noneMethod · 0.64
test_clip_max_noneMethod · 0.64
test_external_clip1Method · 0.64
test_external_clip2Method · 0.64
test_external_clip3Method · 0.64
test_external_clip4Method · 0.64
test_clip2Method · 0.64
test_clipFunction · 0.64
test_clipMethod · 0.64