take_along_axisΒΆ
Returns elements from an array at the one-dimensional indices specified by indices along a provided axis.
Abstract Signature:
take_along_axis(x: array, indices: array, axis: int)
Returns elements from an array at the one-dimensional indices specified by indices along a provided axis.
Abstract Signature:
take_along_axis(x: array, indices: array, axis: int)