MCPcopy Index your code
hub / github.com/dask/dask / from_graph

Function from_graph

dask/array/_array_expr/_collection.py:682–691  ·  view source on GitHub ↗
(layer, _meta, chunks, keys, name_prefix)

Source from the content-addressed store, hash-verified

680
681
682def from_graph(layer, _meta, chunks, keys, name_prefix):
683 return new_collection(
684 FromGraph(
685 layer=layer,
686 _meta=_meta,
687 chunks=chunks,
688 keys=keys,
689 name_prefix=name_prefix,
690 )
691 )
692
693
694def blockwise(

Callers 1

create_array_collectionFunction · 0.90

Calls 2

new_collectionFunction · 0.90
FromGraphClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…