-
Notifications
You must be signed in to change notification settings - Fork 263
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 + No.29】为 Paddle 新增 paddle.sparse.slice 稀疏 API #382
Conversation
const std::vector<int64_t>& axes, | ||
const phi::IntArray& starts, | ||
const phi::IntArray& ends, | ||
const std::vector<int64_t>& infer_flags, |
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.
infer_flags/ decrease_flas这两个参数可以不需要,尽量与Python API一致
|
||
# 六、测试和验收的考量 | ||
|
||
检查 **axes**, **starts** 和 **ends** 的合法性,包括 |
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.
可以大致写下需要测试哪些场景的case
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
任务详细说明 No.29