MCPcopy
hub / github.com/dask/dask / _count

Function _count

dask/array/stats.py:469–473  ·  view source on GitHub ↗
(x, axis=None)

Source from the content-addressed store, hash-verified

467
468
469def _count(x, axis=None):
470 if axis is None:
471 return x.size
472 else:
473 return x.shape[axis]
474
475
476def _sum_of_squares(a, axis=0):

Callers 1

power_divergenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…