forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONNX] Fix node attributes when namespace is aten (pytorch#84211)
When `g.at` is used, the previous clean up in pytorch#83136 mistakenly removed the behavior that sets `aten=True` in `_add_attribute`. This PR brings the behavior back. Pull Request resolved: pytorch#84211 Approved by: https://github.com/thiagocrepaldi, https://github.com/BowenBao
- Loading branch information
1 parent
2fa8142
commit dbdc1cd
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters