-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Support index is tensor or list for getitem in static mode #33000
Support index is tensor or list for getitem in static mode #33000
Conversation
✅ This PR's description meets the template requirements! |
Thanks for your contribution! |
Sorry to inform you that 1c9991d's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
Add variable_index.py Support getitem inx is Tensor or List
1c9991d
to
13760aa
Compare
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
…ist/Tensor/None/Ellipsis/bool (#33528) * [cherry-pick 2.1] Polish code for _getitem_impl_ (#32868) * [cherry-pick] Polish code for setitem and getitem (#32911) * [slice getitem] Support getitem idx is Tensor or List (#33000) * [getitem] Support index is None for getitem in static mode (#33001) * [Static getitem] Support static Variable getitem for Ellipsis index (#32876) * [static getitem]Support index is list bool for getitem in static mode (#33298)
PR types
New features
PR changes
APIs
Describe
As the title
For example: