MCPcopy Create free account
hub / github.com/PythonOT/POT / reshape

Method reshape

ot/backend.py:1713–1714  ·  view source on GitHub ↗
(self, a, shape)

Source from the content-addressed store, hash-verified

1711 return jnp.stack(arrays, axis)
1712
1713 def reshape(self, a, shape):
1714 return jnp.reshape(a, shape)
1715
1716 def seed(self, seed=None):
1717 if seed is not None:

Callers

nothing calls this directly

Calls 1

reshapeMethod · 0.45

Tested by

no test coverage detected