pytorch
d2415e51
- [ONNX] Improve index_put symbolic to handle singular Bool updates (#53690)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[ONNX] Improve index_put symbolic to handle singular Bool updates (#53690) Adds support for cases where the updates to the index_put node is a single Bool value, such as the case shown below ``` mask[indices] = True ``` Fixes #53507
References
#53690 - [ONNX] Improve index_put symbolic to handle singular Bool updates
Author
shubhambhokare1
Parents
ad8d1b2a
Loading