MCPcopy Index your code
hub / github.com/numpy/numpy / _accumulate

Function _accumulate

numpy/_core/shape_base.py:634–635  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

632
633
634def _accumulate(values):
635 return list(itertools.accumulate(values))
636
637
638def _concatenate_shapes(shapes, axis):

Callers 1

_concatenate_shapesFunction · 0.85

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…