Legacy unused code is removed#3832
Merged
AlexanderDokuchaev merged 4 commits intoopenvinotoolkit:developfrom Jan 14, 2026
Merged
Legacy unused code is removed#3832AlexanderDokuchaev merged 4 commits intoopenvinotoolkit:developfrom
AlexanderDokuchaev merged 4 commits intoopenvinotoolkit:developfrom
Conversation
f266bf6 to
9180223
Compare
9180223 to
b424f67
Compare
b424f67 to
7dd9bfe
Compare
1a2c7e2 to
2c7e433
Compare
777348e to
efeacb3
Compare
AlexanderDokuchaev
approved these changes
Jan 13, 2026
| @@ -18,12 +18,13 @@ | |||
| from nncf.common.tensor_statistics.collectors import RawReducer | |||
Collaborator
There was a problem hiding this comment.
Collaborator
Author
There was a problem hiding this comment.
buiders.py, done
| @@ -0,0 +1,52 @@ | |||
| # Copyright (c) 2026 Intel Corporation | |||
Collaborator
There was a problem hiding this comment.
Collaborator
Author
There was a problem hiding this comment.
buiders.py, done
|
|
||
| class PTInitializingDataLoader(NNCFDataLoader): | ||
| """ | ||
| THIS CLASS IS ONLY USED IN THE Optimum-Intel REPO AND |
Collaborator
There was a problem hiding this comment.
Please add #TODO comment about it
Co-authored-by: Alexander Dokuchaev <alexander.dokuchaev@intel.com>
Collaborator
Author
|
@AlexanderDokuchaev, please merge if no comments |
AlexanderDokuchaev
approved these changes
Jan 14, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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