-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon 4th No.29】为 Paddle 新增 paddle.sparse.slice 稀疏 API #5895
【Hackathon 4th No.29】为 Paddle 新增 paddle.sparse.slice 稀疏 API #5895
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5895.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
…dd_sparse_slice_doc
docs/api/paddle/sparse/slice_cn.rst
Outdated
|
||
.. py:function:: paddle.sparse.slice(x, axis, starts, ends, name=None): | ||
|
||
沿多个轴生成 ``x`` 的切片。该 OP 使用 ``axes`` 、 ``starts`` 和 ``ends`` 属性来指定轴列表中每个轴的起点和终点位置,并使用此信息来对 ``x`` 切片。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
该 op
可以去掉,这应该是一个API了。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for docs
【Hackathon 4th No.29】为 Paddle 新增 paddle.sparse.slice 稀疏 API