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

Method repeat

cupyx/distributed/array/_array.py:631–634  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

629 'DistributedArray currently does not support reduced_view.')
630
631 def repeat(self, *args, **kwargs):
632 """Not supported."""
633 raise NotImplementedError(
634 'DistributedArray currently does not support repeat.')
635
636 def reshape(self, *args, **kwargs):
637 """Not supported."""

Callers 15

repeatFunction · 0.80
_indptr_to_cooFunction · 0.80
_cupy_spgemm_int64Function · 0.80
kronFunction · 0.80
test_array_repeatMethod · 0.80
test_array_repeatMethod · 0.80
test_array_repeatMethod · 0.80
test_array_repeatMethod · 0.80
test_repeat_failureMethod · 0.80
test_repeatMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_array_repeatMethod · 0.64
test_array_repeatMethod · 0.64
test_array_repeatMethod · 0.64
test_array_repeatMethod · 0.64
test_repeat_failureMethod · 0.64
test_repeatMethod · 0.64
test_repeatMethod · 0.64
test_dtype_preservedMethod · 0.64
test_transposedMethod · 0.64
test_stridedMethod · 0.64
test_reversedMethod · 0.64
_check_all_equalMethod · 0.64