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

Method ptp

cupyx/distributed/array/_array.py:611–614  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

609 _math.prod_keep_dtype, axis, dtype, out, keepdims)
610
611 def ptp(self, *args, **kwargs):
612 """Not supported."""
613 raise NotImplementedError(
614 'DistributedArray currently does not support ptp.')
615
616 def put(self, *args, **kwargs):
617 """Not supported."""

Callers 10

ptpFunction · 0.80
rotateFunction · 0.80
__init__Method · 0.80
test_ptp_allMethod · 0.80
test_ptp_axis_largeMethod · 0.80
test_ptp_axis0Method · 0.80
test_ptp_axis1Method · 0.80
test_ptp_axis2Method · 0.80
test_ptp_nanMethod · 0.80
test_ptp_all_nanMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_ptp_allMethod · 0.64
test_ptp_axis_largeMethod · 0.64
test_ptp_axis0Method · 0.64
test_ptp_axis1Method · 0.64
test_ptp_axis2Method · 0.64
test_ptp_nanMethod · 0.64
test_ptp_all_nanMethod · 0.64