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

Method take_along_axis

ot/backend.py:1669–1670  ·  view source on GitHub ↗
(self, arr, indices, axis)

Source from the content-addressed store, hash-verified

1667 return jnp.repeat(a, repeats, axis)
1668
1669 def take_along_axis(self, arr, indices, axis):
1670 return jnp.take_along_axis(arr, indices, axis)
1671
1672 def concatenate(self, arrays, axis=0):
1673 return jnp.concatenate(arrays, axis)

Callers

nothing calls this directly

Calls 1

take_along_axisMethod · 0.45

Tested by

no test coverage detected