-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a custom graph renaming routine for inline (#84)
* Remove outdated check and test * Fix test * Implement anonymous reserved names in scopes * Implement custom renaming routine * Update CHANGELOG.rst * Fix operator domain & opcode renaming * Add support for graph-list attributes * Add an explicit test for subgraph list renames * Avoid initialising the NodeProto domain field * Add a solid test for the renaming routine * Avoid code repetition in recursive call
- Loading branch information
1 parent
7cc079d
commit 5fb9026
Showing
5 changed files
with
219 additions
and
70 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
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
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
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
Oops, something went wrong.