MCPcopy 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
61def numel(x, **kwargs):
62 return numel_lookup(x, **kwargs)
63
64
65def nannumel(x, **kwargs):

Callers 4

test_numelFunction · 0.90
mean_chunkFunction · 0.85
moment_chunkFunction · 0.85
test_numelFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_numelFunction · 0.72
test_numelFunction · 0.68