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

Method view

cupyx/distributed/array/_array.py:749–752  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

747 'DistributedArray currently does not support var.')
748
749 def view(self, *args, **kwargs):
750 """Not supported."""
751 raise NotImplementedError(
752 'DistributedArray currently does not support view.')
753
754 @property
755 def T(self):

Callers 15

_curand_generateMethod · 0.80
_transpose_exFunction · 0.80
einsumFunction · 0.80
_nrm2_last_axisFunction · 0.80
_pack_int2Function · 0.80
_unpack_int2Function · 0.80
__init__Method · 0.80
__call__Method · 0.80
test_datetime64_viewMethod · 0.80
test_void_dtypeMethod · 0.80
test_require_owndataMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_datetime64_viewMethod · 0.64
test_void_dtypeMethod · 0.64
test_require_owndataMethod · 0.64
test_view_arrayMethod · 0.64
test_numpy_dtypeMethod · 0.64
test_static_arrayMethod · 0.64
test_viewMethod · 0.64
test_view_itemsizeMethod · 0.64