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

Method squeeze

cupyx/distributed/array/_array.py:676–679  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

674 'DistributedArray currently does not support sort.')
675
676 def squeeze(self, *args, **kwargs):
677 """Not supported."""
678 raise NotImplementedError(
679 'DistributedArray currently does not support squeeze.')
680
681 def std(self, *args, **kwargs):
682 """Not supported."""

Callers 15

squeezeFunction · 0.80
copytoFunction · 0.80
_get_linear_rampsFunction · 0.80
_quantile_uncheckedFunction · 0.80
covFunction · 0.80
einsumFunction · 0.80
lsmrFunction · 0.80
lsimFunction · 0.80
impulseFunction · 0.80
compute_knnFunction · 0.80
_pack_int2Function · 0.80
logsumexpFunction · 0.80

Calls

no outgoing calls

Tested by 15

sum_to_0dMethod · 0.64
test_squeeze1Method · 0.64
test_squeeze2Method · 0.64