Commit 68030ca
Legacy unused code is removed (#3832)
### Changes
* Legacy unused code is removed
* Legacy NNCFTensor is removed
* get_raw_stat_collector moved to common file
`src/nncf/common/tensor_statistics/builders.py`
* get_mean_stat_collector moved to common file
`src/nncf/common/tensor_statistics/builders.py` for ONNX/Torch
* get_mean_stat_collector moved to a file
`src/nncf/openvino/statistics/builders.py` for OpenVINO
### Reason for changes
To remove unused code and better format the repo
---------
Co-authored-by: Alexander Dokuchaev <alexander.dokuchaev@intel.com>1 parent 88445b3 commit 68030ca
File tree
64 files changed
+163
-3226
lines changed- .github/workflows
- src/nncf
- common
- quantization
- initialization
- tensor_statistics
- utils
- experimental/torch
- fx
- sparsify_activations
- openvino/statistics
- quantization
- algorithms
- bias_correction
- fast_bias_correction
- layerwise
- torch
- dynamic_graph
- graph
- transformations
- quantization
- statistics
- tensor_statistics
- tests
- common
- openvino/tools
- torch
- autograd_functions
- function_hook/quantization
- tensor_statistics
- tools/activation_profiler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+163
-3226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments