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

Method round

cupyx/distributed/array/_array.py:641–644  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

639 'DistributedArray currently does not support reshape.')
640
641 def round(self, *args, **kwargs):
642 """Not supported."""
643 raise NotImplementedError(
644 'DistributedArray currently does not support round.')
645
646 def scatter_add(self, *args, **kwargs):
647 """Not supported."""

Callers 15

_round_if_neededFunction · 0.80
_as_pairsFunction · 0.80
aroundFunction · 0.80
_correlateFunction · 0.80
test_roundMethod · 0.80
test_round_outMethod · 0.80
_test_round_int64Method · 0.80
test_round_uint64Method · 0.80
test_round_minmaxMethod · 0.80

Calls

no outgoing calls

Tested by 13

test_roundMethod · 0.64
test_round_outMethod · 0.64
_test_round_int64Method · 0.64
test_round_uint64Method · 0.64
test_round_minmaxMethod · 0.64
test_basic_IIRMethod · 0.64
test_basic_FIRMethod · 0.64
test_mls_outputMethod · 0.64
test_roundMethod · 0.64