Searched refs:take_along_axis (Results 1 – 3 of 3) sorted by relevance
149 np.take_along_axis(inp, sorted_indices, axis=dimension)191 np.take_along_axis(inp, sorted_indices, axis=0) for inp in inputs
1400 def take_along_axis(arr, indices, axis): # pylint: disable=missing-docstring function1405 return take_along_axis(arr.ravel(), indices, 0)
836 name: "take_along_axis"