Skip to content

Commit 5dc9eaf

Browse files
bmyrchayiliu30chensuyue
authored
Neural Insights (#875)
Signed-off-by: bartosz.myrcha@intel.com <bartosz.myrcha@intel.com> Co-authored-by: yiliu30 <yi4.liu@intel.com> Co-authored-by: chensuyue <suyue.chen@intel.com>
1 parent 62122dd commit 5dc9eaf

File tree

712 files changed

+27261
-80780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+27261
-80780
lines changed

.azure-pipelines/model-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ pr:
1313
- .azure-pipelines/model-test.yml
1414
- .azure-pipelines/scripts/models
1515
- examples/tensorflow/oob_models/quantization/ptq
16-
exclude:
17-
- neural_compressor/ux
1816

1917
pool: MODEL_PERF_TEST_TF
2018

.azure-pipelines/scripts/codeScan/pyspelling/inc_dict.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,8 +1947,6 @@ usr
19471947
UTC
19481948
util
19491949
utils
1950-
ux
1951-
UX
19521950
valminusminival
19531951
valset
19541952
ValueError

.azure-pipelines/scripts/install_nc_full.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.azure-pipelines/scripts/ut/coverage.file

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ branch = True
55
omit =
66
*/**/fake*yaml
77
*/**/fake.py
8-
*/neural_compressor/ux/*
98
*/neural_compressor/model/nets_factory.py
109
*/neural_compressor/benchmark.py
1110
*/neural_compressor/experimental/benchmark.py

.azure-pipelines/scripts/ut/run_basic_others.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cd /neural-compressor/test || exit 1
1313
find . -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'> run.sh
1414
sed -i '/ adaptor\//d' run.sh
1515
sed -i '/ tfnewapi\//d' run.sh
16-
sed -i '/ ux\//d' run.sh
1716
sed -i '/ neural_coder\//d' run.sh
1817
sed -i '/ ipex\//d' run.sh
1918
sed -i '/ itex\//d' run.sh

.azure-pipelines/scripts/ut/run_ux.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

.azure-pipelines/template/ut-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030

3131
- script: |
3232
docker exec ${{ parameters.utContainerName }} bash -c "cd /neural-compressor/.azure-pipelines/scripts \
33-
&& bash install_nc_full.sh \
33+
&& bash install_nc.sh \
3434
&& bash ut/${{ parameters.utScriptFileName }}.sh ${{ parameters.utTestMode }}"
3535
displayName: "Run UT"
3636

.azure-pipelines/ut-basic-no-cover.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ pr:
1313
- setup.py
1414
- .azure-pipelines/scripts/ut
1515
exclude:
16-
- neural_compressor/ux
17-
- test/ux
1816
- test/neural_coder
1917

2018
pool: ICX-16C

.azure-pipelines/ut-basic.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ pr:
1313
- setup.py
1414
- .azure-pipelines/scripts/ut
1515
exclude:
16-
- neural_compressor/ux
17-
- test/ux
1816
- test/neural_coder
1917

2018
pool: ICX-16C

.azure-pipelines/ut-ux.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)