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

Method var

cupyx/distributed/array/_array.py:744–747  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

742 'DistributedArray currently does not support transpose.')
743
744 def var(self, *args, **kwargs):
745 """Not supported."""
746 raise NotImplementedError(
747 'DistributedArray currently does not support var.')
748
749 def view(self, *args, **kwargs):
750 """Not supported."""

Callers 12

varFunction · 0.80
nanvarFunction · 0.80
varianceFunction · 0.80
boxcox_llfFunction · 0.80
test_var_allMethod · 0.80
test_external_var_allMethod · 0.80
test_var_all_ddofMethod · 0.80
test_var_axisMethod · 0.80
test_var_axis_ddofMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_var_allMethod · 0.64
test_external_var_allMethod · 0.64
test_var_all_ddofMethod · 0.64
test_var_axisMethod · 0.64
test_var_axis_ddofMethod · 0.64