[API Compatibility] Add docs for eq, ne, not_equal, lt, less_than, le, less_equal, gt, greater, ge, greater_equal, Tensor.eq, Tensor.ne, Tensor.not_equal, Tensor.lt, Tensor.less, Tensor.le, Tensor.less_equal, Tensor.gt, Tensor.greater, Tensor.ge, Tensor.greater, from_numpy #7452
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.
为如下兼容性升级的 API 添加文档:
Compare 系列op,包括 paddle.xxx 和 paddle.Tensor.xxx
新增两个 API:from_numpy 和 asarray,均基于 tensor 实现
新增 paddle.conv1d/2d/3d 的别名
新增 paddle.nn.SiLU,是 Silu 别名
兼容性升级 PR: PaddlePaddle/Paddle#75206