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

Method take_along_axis

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

Source from the content-addressed store, hash-verified

3058 return tnp.repeat(a, repeats, axis)
3059
3060 def take_along_axis(self, arr, indices, axis):
3061 return tnp.take_along_axis(arr, indices, axis)
3062
3063 def concatenate(self, arrays, axis=0):
3064 return tnp.concatenate(arrays, axis)

Callers

nothing calls this directly

Calls 1

take_along_axisMethod · 0.45

Tested by

no test coverage detected