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

Method take_along_axis

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

Source from the content-addressed store, hash-verified

2624 return cp.repeat(a, repeats, axis)
2625
2626 def take_along_axis(self, arr, indices, axis):
2627 return cp.take_along_axis(arr, indices, axis)
2628
2629 def concatenate(self, arrays, axis=0):
2630 return cp.concatenate(arrays, axis)

Callers

nothing calls this directly

Calls 1

take_along_axisMethod · 0.45

Tested by

no test coverage detected