-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PT] Extractor for fused convolution (#2559)
### Changes - Get layer attributes by args, kwargs for `conv`, `batch_norm`, `group_norm` and `linear` functions. - Extract submodules for FBC for custom `conv` and `batch norm` modules. - Add `model_graph_manager` module to works with models with wrapped with `trace_parameters=True`. (model_analizer.py will be deprecated after finished refactor PTQ to use graph with constant nodes) - Moved nncf/quantization/algorithms/weight_compression/torch_backend.py to model_graph_manager ### Related tickets 129581 ### Tests tests/torch/test_model_graph_manager.py tests/torch/test_extractor.py
- Loading branch information
1 parent
12f4720
commit 81ff8b4
Showing
13 changed files
with
1,338 additions
and
180 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
Oops, something went wrong.