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

Method std

cupyx/distributed/array/_array.py:681–684  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

679 'DistributedArray currently does not support squeeze.')
680
681 def std(self, *args, **kwargs):
682 """Not supported."""
683 raise NotImplementedError(
684 'DistributedArray currently does not support std.')
685
686 def sum(self, axis=None, dtype=None, out=None, keepdims=False):
687 """Return the minimum along a given axis.

Callers 14

stdFunction · 0.80
nanstdFunction · 0.80
_to_str_per_itemMethod · 0.80
zmapFunction · 0.80
test_std_allMethod · 0.80
test_external_std_allMethod · 0.80
test_std_all_ddofMethod · 0.80
test_std_axisMethod · 0.80
test_std_axis_ddofMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_std_allMethod · 0.64
test_external_std_allMethod · 0.64
test_std_all_ddofMethod · 0.64
test_std_axisMethod · 0.64
test_std_axis_ddofMethod · 0.64