-
Notifications
You must be signed in to change notification settings - Fork 279
Legacy unused code is removed #3832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legacy unused code is removed #3832
Conversation
f266bf6 to
9180223
Compare
9180223 to
b424f67
Compare
b424f67 to
7dd9bfe
Compare
1a2c7e2 to
2c7e433
Compare
777348e to
efeacb3
Compare
| @@ -18,12 +18,13 @@ | |||
| from nncf.common.tensor_statistics.collectors import RawReducer | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buiders.py, done
| @@ -0,0 +1,52 @@ | |||
| # Copyright (c) 2026 Intel Corporation | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buiders.py, done
|
|
||
| class PTInitializingDataLoader(NNCFDataLoader): | ||
| """ | ||
| THIS CLASS IS ONLY USED IN THE Optimum-Intel REPO AND |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add #TODO comment about it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Alexander Dokuchaev <alexander.dokuchaev@intel.com>
|
@AlexanderDokuchaev, please merge if no comments |
Changes
src/nncf/common/tensor_statistics/builders.pysrc/nncf/common/tensor_statistics/builders.pyfor ONNX/Torchsrc/nncf/openvino/statistics/builders.pyfor OpenVINOReason for changes
To remove unused code and better format the repo