Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
469
def
_count(x, axis=None):
470
if
axis is None:
471
return
x.size
472
else
:
473
return
x.shape[axis]
474
475
476
def
_sum_of_squares(a, axis=0):
Callers
1
power_divergence
Function · 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…