MCPcopy
hub / github.com/dask/dask / concatenate_shaped

Function concatenate_shaped

dask/array/core.py:5625–5627  ·  view source on GitHub ↗
(arrays, shape)

Source from the content-addressed store, hash-verified

5623
5624
5625def concatenate_shaped(arrays, shape):
5626 shaped = reshapelist(shape, arrays)
5627 return concatenate3(shaped)
5628
5629
5630def concatenate3(arrays):

Callers

nothing calls this directly

Calls 2

reshapelistFunction · 0.90
concatenate3Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…