put_along_axis_

paddle.Tensor. put_along_axis_ ( arr, indices, values, axis, reduce='assign', include_self=True )

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