-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
_VarInfo
internally to reduce memory footprint in value p…
…ropagation (#189) * Init * Run linter * Changes * Fix ml * Fix some tests * Fix some tests * Fix more tests * Add some proper typing * More initializers * Fix passing * Minor fixes and linter * Change initializers name to input_prop_values * Make tests passing * Hacky fix mypy * Correctly codegen * Comments after code review * Improve type checking * Pre-commit enable * Update documentation * Fix adapt node * Fix function inputs passing * Fix opset generation * Hint that _VarInfo is private * Fix jinja * Fix variadic input value propagation * Comments after code review * Move validation to after propagation * Fix diff * Fix diffs * Improve type-hinting information * Remove unneded functions * Init * fix * Final fixes * Add test for propagation of optional var * Unify logic around VarInfos -> Var * Add comment * Improve qol * Update CHANGELOG.rst * Fix tools/generate * Update CHANGELOG.rst Co-authored-by: Christian Bourjau <[email protected]> * Comments after code-review --------- Co-authored-by: Christian Bourjau <[email protected]>
- Loading branch information
Showing
34 changed files
with
6,636 additions
and
3,807 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
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.