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

Method compress

cupyx/distributed/array/_array.py:490–493  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

488 'DistributedArray currently does not support clip.')
489
490 def compress(self, *args, **kwargs):
491 """Not supported."""
492 raise NotImplementedError(
493 'DistributedArray currently does not support compress.')
494
495 def copy(self, *args, **kwargs):
496 """Not supported."""

Callers 12

deleteFunction · 0.80
compressFunction · 0.80
_min_or_max_axisMethod · 0.80
findfreqsFunction · 0.80
ellipapFunction · 0.80
test_compressMethod · 0.80
test_compress_no_axisMethod · 0.80
test_compress_no_boolMethod · 0.80
test_compress_0dimMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_compressMethod · 0.64
test_compress_no_axisMethod · 0.64
test_compress_no_boolMethod · 0.64
test_compress_0dimMethod · 0.64