Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ reshape
Method
reshape
ot/backend.py:1303–1304 ·
view source on GitHub ↗
(self, a, shape)
Source
from the content-addressed store, hash-verified
1301
return
np.stack(arrays, axis)
1302
1303
def
reshape(self, a, shape):
1304
return
np.reshape(a, shape)
1305
1306
def
seed(self, seed=None):
1307
if
seed is not None:
Callers
nothing calls this directly
Calls
1
reshape
Method · 0.45
Tested by
no test coverage detected