-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Context
The is_weight_compression_needed
function is defined for each supported backend, but the logic is actually equal and could be just shared among the backends
What needs to be done?
The task is to remove this function from the backend-specific files
-
Remove
FXBackendParameters
and moveBackendParameters
to the common file -
Remove FX
is_weight_compression_needed
and moveis_weight_compression_needed
to the common file -
Delete
src/nncf/experimental/torch/fx/quantization/backend_parameters.py
andsrc/nncf/openvino/quantization/backend_parameters.py
empty files -
Use the new common
is_weight_compression_needed
function in compression backends and update the tests if needed
Example Pull Requests
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to link your Pull Request to an issue
Contact points
Ticket
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers