pytorch
d2415e51 - [ONNX] Improve index_put symbolic to handle singular Bool updates (#53690)

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
Parents
Loading