Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ cumsum
Method
cumsum
ot/backend.py:2546–2547 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
2544
return
cp.sum(a, axis, keepdims=keepdims)
2545
2546
def
cumsum(self, a, axis=None):
2547
return
cp.cumsum(a, axis)
2548
2549
def
max(self, a, axis=None, keepdims=False):
2550
return
cp.max(a, axis, keepdims=keepdims)
Callers
nothing calls this directly
Calls
1
cumsum
Method · 0.45
Tested by
no test coverage detected