Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ numel
Function
numel
dask/array/reductions.py:61–62 ·
view source on GitHub ↗
(x, **kwargs)
Source
from the content-addressed store, hash-verified
59
60
61
def
numel(x, **kwargs):
62
return
numel_lookup(x, **kwargs)
63
64
65
def
nannumel(x, **kwargs):
Callers
4
test_numel
Function · 0.90
mean_chunk
Function · 0.85
moment_chunk
Function · 0.85
test_numel
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_numel
Function · 0.72
test_numel
Function · 0.68