Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
414
def
_largest_block_size(chunks):
415
return
reduce(mul, map(max, chunks))
416
417
418
def
estimate_graph_size(old_chunks, new_chunks):
Callers
2
find_merge_rechunk
Function · 0.85
plan_rechunk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected