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

Function _largest_block_size

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

Source from the content-addressed store, hash-verified

412
413
414def _largest_block_size(chunks):
415 return reduce(mul, map(max, chunks))
416
417
418def estimate_graph_size(old_chunks, new_chunks):

Callers 2

find_merge_rechunkFunction · 0.85
plan_rechunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected