Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ stack
Method
stack
ot/backend.py:1710–1711 ·
view source on GitHub ↗
(self, arrays, axis=0)
Source
from the content-addressed store, hash-verified
1708
return
jnp.unique(a, return_inverse=return_inverse)
1709
1710
def
stack(self, arrays, axis=0):
1711
return
jnp.stack(arrays, axis)
1712
1713
def
reshape(self, a, shape):
1714
return
jnp.reshape(a, shape)
Callers
nothing calls this directly
Calls
1
stack
Method · 0.45
Tested by
no test coverage detected