put_along_axis_

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

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