Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Docs
#112
文档 PaddlePaddle/docs#6020
测试 paddle.diagonal 返回为元素,不是元素索引,paddle.diagonal 和 paddle.scatter 没有组合实现 torch.diagonal_scatter
select_scatter,slice_scatter,scatter_reduce 使用dim参数设置维度,paddle.scatter没有维度参数,没有组合实现
不支持API
339 torch.diagonal_scatter
340 torch.select_scatter
341 torch.slice_scatter
342 torch.scatter_reduce
345 torch.Tensor.diagonal_scatter
346 torch.Tensor.scatter_reduce
347 torch.Tensor.select_scatter
348 torch.Tensor.slice_scatter
PR APIs