Commit Graph

21 Commits

Author SHA1 Message Date
Anastasiya Koryachikhina ad9078d9eb
add itt_collector build (#6859)
* add itt_collector build

* changed format for itt_collector build

* replace build_dir with sea_itt_lib_path

* change type of build_target

* replace os.join with Path

* change built_target arg type
2021-08-09 12:40:56 +03:00
Anastasiya Koryachikhina 4d7f6c54ef
Change logic for using multiple models in cc tests (#6618)
* Change logic for using multiple models in cc tests

* removed extra key

* moved multiple infer to main function

* moved multiple infer to main function

* change test_config.yml and work with this file

* change test_config.yml and work with this file

* removed extra key

* changed separator symbol

* removed extra param from output

* Rollback comments in test_config.yml

* removed extra key in yml config file, change logic to save .npz for all model seperate instead of common npz file, change logic in parser arg

* removed extra key in yml config file, change logic to save .npz for all model seperate instead of common npz file, change logic in parser arg

* changed save path for infer result, deleted extra param

* updated test_config.yml

* rollback old way to get bin_path

* changed work with save path for inference result

* add empty line in the end for config file

* rollback line order

* removed extra param allow_pickle=True in loading .npz file

* removed mkdir in run_infer

* uncomment resnet model

* added empty line

* changed save folder for cc result
2021-07-30 10:30:38 +03:00
Ilya Sharikov 33dfcd62c2
Add --verbose option to infer_tool (#6770)
Detailed infer results printing overload output and freeze sea_runtool.
Hiding debug messages by default.
2021-07-26 09:00:56 +03:00
Ilya Sharikov aea105c14b
Remove resnet model for running CC test (#6439) 2021-07-07 12:55:28 +03:00
Ilya Sharikov c2e4e64079
Updated path of the executable binary for the Python interpreter (#6494) 2021-07-02 10:53:46 +03:00
Ilya Sharikov 6cf4f7eecf
Updated path to executable binary for the Python interpreter (#6340) 2021-06-24 13:54:46 +03:00
Ilya Sharikov b83a1ab1bc
Updated requirements.txt (#6329) 2021-06-24 13:48:31 +03:00
Alexander Shchepetov d25e149f76
Conditional compilation test can run from open source (#5629) 2021-05-26 11:43:59 +03:00
Olesya Martinyuk 070201feee
Added test validating inference results after conditional compilation (#4840) 2021-04-13 22:16:14 +03:00
Victor Kuznetsov 83ec2d321a
Add json file with tests ids to CC tests (#4425) 2021-03-30 15:31:40 +03:00
Alexey Suhov 6478f1742a
Align copyright notice in python scripts (CVS-51320) (#4974)
* Align copyright notice in python scripts (CVS-51320)
2021-03-26 17:54:28 +03:00
Ilya Sharikov a382934a80
Added test for checking lib sizes, when using conditional compilation option (#4292) 2021-03-17 17:56:47 +03:00
Andrey Somsikov 0646219f3e
Translate app failures from cond comp tests (#4393) 2021-02-24 22:54:37 +03:00
Olesya Martinyuk 61f1950997
Infer tool code style patch (#4429)
* Moved input preparation to another function, cleared argparse, minor code improvements

* Minor changes in function description
2021-02-20 12:19:18 +03:00
Olesya Martinyuk 0c22a9e111
Add infer tool for cond compilation test(#4384) 2021-02-18 21:38:52 +03:00
Andrey Somsikov 8da7f22f1d
Activate OV environment from cond comp test_infer (#4244) 2021-02-11 09:59:37 +03:00
Vitaliy Urusovskij ba5da4231f
Remove use of `-f` key which isn't defined in openvino/**/sea_runtool.py (#4257) 2021-02-10 08:53:11 +03:00
Andrey Somsikov db065d525e
Fix cond comp artifacts path (#4200) 2021-02-08 11:18:27 +03:00
Andrey Somsikov 9b5b2bb002
Add collector path for cond. comp. tests (#4159) 2021-02-04 10:35:24 +03:00
Vitaliy Urusovskij 8abbfbc855
Design test config and integrate in CC tests (#4051) 2021-01-29 16:54:19 +03:00
Andrey Somsikov 81da815dd8
Add conditional compilation tests (#3996) 2021-01-28 13:27:07 +03:00