put_along_axis_

paddle.Tensor. put_along_axis_ ( arr: Tensor, indices: Tensor, values: float | Tensor, axis: int, reduce: Literal[assign, add, mul, multiply, mean, amin, amax] = 'assign', include_self: bool = True, broadcast: bool = True )

Inplace version of put_along_axis API, the output Tensor will be inplaced with input arr. Please refer to put_along_axis.