MCPcopy Create free account
hub / github.com/dask/dask / _number_of_blocks

Function _number_of_blocks

dask/array/rechunk.py:410–411  ·  view source on GitHub ↗
(chunks)

Source from the content-addressed store, hash-verified

408
409
410def _number_of_blocks(chunks):
411 return reduce(mul, map(len, chunks))
412
413
414def _largest_block_size(chunks):

Callers 1

_graph_size_thresholdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected