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

Method stack

ot/backend.py:3115–3116  ·  view source on GitHub ↗
(self, arrays, axis=0)

Source from the content-addressed store, hash-verified

3113 return tf.math.reduce_logsumexp(a, axis=axis)
3114
3115 def stack(self, arrays, axis=0):
3116 return tnp.stack(arrays, axis)
3117
3118 def reshape(self, a, shape):
3119 return tnp.reshape(a, shape)

Callers

nothing calls this directly

Calls 1

stackMethod · 0.45

Tested by

no test coverage detected