Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ stack
Method
stack
ot/backend.py:2683–2684 ·
view source on GitHub ↗
(self, arrays, axis=0)
Source
from the content-addressed store, hash-verified
2681
return
out
2682
2683
def
stack(self, arrays, axis=0):
2684
return
cp.stack(arrays, axis)
2685
2686
def
reshape(self, a, shape):
2687
return
cp.reshape(a, shape)
Callers
nothing calls this directly
Calls
1
stack
Method · 0.45
Tested by
no test coverage detected