-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tensor names support in MO IR Reader (#4194)
* Added attributes save modes * Added tensor names to IR * Reformat code * Add support for tensor names in MO IR Reader * Unit tests and code refactoring * Fixed error * Code refactoring * Code refactoring * Code refactoring * Error fixed * Error fixed * Bug fixed * Bug fixed * Additional unit tests and comments * Small update * Update fake infer function * Update names restoring * optimize imports * Add support for old-style constants and for commas in reader * Added dest mode in Fuse Mul * Update default values * Fix missed debug info in some specific cases * Fix a lot of issues with missedand wrong names provoding * Resolve review comments * Update test IR's * Refactor and simplify code * More simplification * Remove unneccessary changes * model-optimizer/mo/utils/ir_reader/layer_to_class_test.py * Add separate tests for names restoring * Update copyright year * Apply review comments Co-authored-by: Anastasia Popova <[email protected]>
- Loading branch information
Showing
4 changed files
with
80 additions
and
8 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