Przemyslaw Wysocki
1db4446e2a
[MO] Extend MO for NonMaximumSupression-9 ( #11576 )
2022-06-02 18:18:14 +02:00
Katarzyna Mitrus
fb09555b6d
[Eye-9] Extend MO with Eye-9 op ( #11555 )
2022-06-02 11:29:55 +02:00
Katarzyna Mitrus
8a975c886a
[MO] Support for TF GRUBlockCell ( #11732 )
...
* Add GRUBlockCell front extractor
* Add GRUBlockCell Op to mo ops
* Add TF GRUBlockCell mo layer tests
* Add GRUBlockCellToGRUCell Replacement init
* Update GRUBlockCellToGRUCell Replacement with gate order adjustment
* Update GRUBlockCellToGRUCell Replacement with weights transpose
* GRUBlockCellToGRUCell Replacment refactor
* Set tests eps to avoid sporadic failures
* Style
2022-05-27 11:47:42 +02:00
Jan Iwaszkiewicz
320531def0
[MO] SoftSign operator extractors ( #11726 )
2022-05-25 11:44:26 +02:00
Mateusz Tabaka
68ef1555bc
Enable test_loop_simple_precommit on GPU ( #11625 )
2022-05-05 09:55:02 +02:00
Tomasz Jankowski
0babf20bd2
Remove unsued map initialization ( #11621 )
...
Details:
- Unused variable removed.
- Added pytest markers declaration to avoid useless warnings.
Tickets:
70158
2022-05-05 00:50:34 +02:00
Maxim Gordeev
9c8a6aacb7
[IE Samples] Activating new parameter is compact mode(memory_reuse) in speech sample ( #11405 )
...
* [IE Samples] Activating new parameter is compact mode(memory_reuse) in speech sample
* changed format
* renamed the option to memory_reuse
* renamed the option
2022-04-05 11:31:05 +03:00
Maxim Gordeev
fad66d8442
[IE Samples] New command line parameters format for speech sample ( #11051 )
...
* New command line parameters format for speech sample
* fixed notes
* changed format for scale factor
* changed format for scale factor in tests
* added more variants, when name is directy specified for i/o/r like it is done for sf
* removed nthreads flag
* fixed notes
* changed output params
* updated tests with new format
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2022-03-31 10:09:31 +03:00
Ilya Sharikov
1906c27c2d
Update mo_tool parameter for converter.py ( #11319 )
...
* Update mo_tool parameter for converter.py
* Hot fix
2022-03-30 18:32:53 +03:00
Vitaliy Urusovskij
d261da4820
Replace `get_os_name()` with `get_os_type()` in `get_lib_path()` ( #11300 )
...
In case of ubuntu system `get_os_name()` returns "ubuntu",
but `get_os_type()` returns "Linux" which is expected by tests
2022-03-29 18:17:38 +03:00
Valentin Dymchishin
52937967bb
Add dynamism in memory tests (API 2) ( #10589 )
2022-03-28 12:51:53 +03:00
Victor Kuznetsov
c54926ecb8
Update nightly memcheck models scope ( #10709 )
2022-03-02 18:03:28 +08:00
Maksim Kutakov
9e3610c028
[CPU] Fix for subnormal numbers nullifying routine ( #10622 )
2022-02-25 10:55:59 +03:00
Maxim Gordeev
3144c5fab8
Added processing of layout for speech sample ( #10254 )
...
* Added processing of layout for speech sample
* fixed notes
* some improvements
* Code style format
* changed NCC value for NullStatement
* improved batch processing
* added loading batch for imported model
* fixed notes
* fixed notes
* added layout parameter to azure tests
2022-02-17 16:11:57 +03:00
Nadezhda Ageeva
fc5a416423
[SAMPLES][GNA] Update C++ speech sample with new config API ( #10357 )
...
* [SAMPLES][GNA] Update speech sample with new cofig API
* Review comments
* Some additional checks
2022-02-16 13:23:50 +03:00
Victor Kuznetsov
bcd192e882
Revert changes with single-image-super-resolution-1032 - memcheck precommit ( #10271 )
2022-02-11 20:30:09 +08:00
Victor Kuznetsov
21601398d6
Remove dynamism from time_tests (API 1.0) ( #10193 )
2022-02-09 19:15:16 +08:00
Victor Kuznetsov
857c0bd9dd
[Time tests] Update reshape pipeline (use default inputs before reshape for data generation) ( #10129 )
2022-02-07 22:50:12 +08:00
Victor Kuznetsov
b3a990b0a7
Disable single-image-super-resolution-1032 from MemCheck precommit ( #10133 )
...
* add performance hint to time infer
* disable model from memcheck
2022-02-04 18:00:00 +03:00
Victor Kuznetsov
ed6bb8ab2d
Update models folder for TimeTests ( #10107 )
...
* add performance hint to time infer
* upd time models
2022-02-04 11:33:15 +03:00
Ilya Lavrenov
f2f281e60b
Renamed ov_runtime => openvino, ov_ => openvino_ prefix ( #10069 )
...
* Renamed ov_runtime => openvino, ov_ => openvino_ prefix
* Coverage fix
* More fixes
* Fixed MO tests with custom FE
2022-02-03 20:03:41 +03:00
Nikolay Shchegolev
b34cb55081
[CPU] Gather JIT implementation + Gather8 support. ( #10083 )
2022-02-03 12:32:23 +03:00
Alina Kladieva
552454a3f0
Revert "[CPU] Gather jit implementation. ( #6601 )" ( #10077 )
...
This reverts commit fbe8aa94a4 .
2022-02-02 20:12:24 +03:00
Nikolay Shchegolev
fbe8aa94a4
[CPU] Gather jit implementation. ( #6601 )
2022-02-02 15:02:49 +03:00
Victor Kuznetsov
0dd8d895a0
[Time tests] Add API 2.0 support ( #9878 )
...
* add performance hint to time infer
* init commit - add api 2 support
* change imInfo filling
* change copyright dates
* check hw positions to default
* add debug info
* fix mistake
* add check layout funcs for api2 time infer
* reformat code (2 -> 4)
* upd with reshape api2
* upd with master
* --
* fix fillTensors - set as template
* fix common_utils.cpp after merge master
2022-02-02 12:33:02 +03:00
Lidia Toropova
2ce7becc6b
Moved memory tests to OV API 2.0 ( #9924 )
...
* Moved memory tests to OV API 2.0
* Added configs for OV api 2, updated configs for api 1
* Commented several models in configs (no such models on omz)
* Updated fillTensors
* Fix to get network inputs
* Updated fillTensors and configs
2022-02-01 14:36:05 +03:00
Lidia Toropova
2f0bcc8542
Moved stress tests to OV API 2.0 ( #9791 )
...
* Moved stress tests to OV API 2.0
* Fix for using ouput index instead of get_index
* Removed ov::runtime namespace in stress tests
* Updated stress tests according to latest changes in OV 2.0
* Fix memleaks tests
* Updated run_memcheck.py to process gtest_filter
* Updated fillTensors, added InferAPI1 and InferAPI2 classes
* Updated test_inference_with_streams
* Updated isImage, comments
* Updated fillTensors to fill image_info inputs with positive pseudo-random numbers
* Removed redundant variable in fillTensors
2022-01-31 17:07:25 +03:00
Ilya Sharikov
56f2bc2f12
Add support api 2.0 to layer_tests ( #9814 )
...
* Add support api 2.0
* Upd imports
* Update onnx_tests
* Upd tenserflow_tests
* Fix test_split_concat.py
* Fixed comparing
2022-01-31 13:15:30 +03:00
Ekaterina Aidova
2385a16e80
[OMZ]: try update submodule ( #9830 )
...
* [OMZ]: try update submodule
* check conflict resolving
2022-01-25 13:29:30 +03:00
Victor Kuznetsov
013d3f01a0
Change thresholds for MemCheck nightly ( #9879 )
...
* add performance hint to time infer
* change th-ds for mtcnn-o
2022-01-25 11:30:51 +03:00
Victor Kuznetsov
6f60a7d8f0
First time inference validation for dynamic shapes ( #9671 )
...
* add performance hint to time infer
* add reshape methods for time infer tool
* add func declarations to common_utils.h
* add check if node is static (reshape pipeline)
* changes in desc of reshape funcs
* fix logic operator
* add reshape utils.h | move parsing logic in main func
* add tests_shared_lib to CMakeLists.txt
* change fill blobs with setStaticShapesBlobs
* change delimiter
2022-01-24 16:19:03 +03:00
Anastasia Popova
ce533fc287
Preserve input/output order for ONNX. ( #9352 )
...
* Preserving of input/output indices for ONNX.
* Fixed checks.
* Fixed for case of multiple outputs of node before Result.
* Added test for multiple tensor names before Result.
* Multiple tensor names before Result fix.
* Added order alignment for user input/output.
* Extended for case of input names in Parameter tensor list.
* Fixed unit tests.
* Corrected help.
* Small correction.
* Code refactoring.
* Temporarily reverted refactor.
* Fixed wrong changes.
* Fixed wrong changes.
* Returned reverted refactoring.
* Removed inputs_list from serializing.
2022-01-24 15:50:28 +03:00
Victor Kuznetsov
0f4f2ebade
Change thresholds for MemCheck nightly ( #9815 )
...
* add performance hint to time infer
* fix th values for memcheck nightly
2022-01-21 11:54:29 +03:00
Ilya Lavrenov
8f3d030d79
Removed ov::runtime namespace ( #9781 )
...
* Removed ov::runtime namespace
* clang-format
* Fixes
* template reference
* Fixes
2022-01-20 16:17:57 +03:00
Anton Romanov
d554713bf9
Enable python tests ( #9623 )
2022-01-20 01:09:54 +03:00
Victor Kuznetsov
6a9519be8a
Update list of OMZ models for stress tests ( #9750 )
...
* add performance hint to time infer
* del octave model
2022-01-19 10:09:49 +03:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Nadezhda Ageeva
d09c09d9fd
[GNA] Deprecate GNA_SW mode ( #9738 )
2022-01-18 18:26:55 +03:00
Mateusz Bencer
0843555ff0
switch onnx to default path for MO ( #9661 )
2022-01-18 16:01:10 +01:00
Nadezhda Ageeva
12ab842970
[GNA] Deprecate GNA_LIB_N_THREADS and SINGLE_THREAD parameters + sample update ( #9637 )
...
* Deprecate GNA_LIB_N_THREADS and SINGLE_THREAD parameters
* Remove deprecated options from sample
* Fix speech sample test
* Adds doxy deprecated comment
2022-01-14 12:20:36 +03:00
Eugeny Volosenkov
00da13b058
Support TF ScatterND and CenterNet ( #9257 )
...
* add ScatterND for tf
* Fix ApplyPermutation
* fix description of TFScatterNDDecomposition
* fix permutation
* fix package_POM
* fix pom file
* fix BOM file
* fix bom file
* Added layer tests for TF ScatterND
* fix comments
* fix bom file
* Add additional tests
* Add additional tests
* Added ConvertLike to ScatterND decomposition
2022-01-12 23:15:45 +03:00
Ilya Sharikov
1a3d0adb3e
Change omz model ( #9551 )
2022-01-11 10:56:50 +03:00
Ilya Sharikov
cb0084718a
Update list of OMZ models for stress tests ( #9391 )
2022-01-10 13:50:03 +03:00
azhogov
bd82e8d000
Fix stress test install: remove requirements-caffe2.in
2021-12-28 12:07:32 +03:00
Anton Romanov
882f30cd61
Added install wheel on azure for samples tests ( #9179 )
...
* Added install wheel on azure for samples tests
* minor change
2021-12-23 11:53:17 +03:00
Vladislav Volkov
60a11a6348
[CPU] Renamed CPU plugin to ov_intel_cpu_plugin ( #9342 )
2021-12-23 11:49:25 +03:00
Ilya Churaev
42350a705e
Remove legacy targets ( #9333 )
...
* Remove some legacy targets
* Replace some targets
* Removed inference_engine_plugin_api dependency
* Minor comment for developer config
* Fixed include paths
* Small fixes for static build
* Try to fix build pyopenvino
* Fixed comments
* Try to fix build
* Include OpenVINODeveloperPackage inside InferenceEngineDeveloperPackageConfig
* Try to fix GAPI tests
2021-12-23 08:16:23 +03:00
Ivan Tikhonov
0bbda24186
Paddle FrontEnd Refactoring ( #9157 )
...
* Refactor PaddlePaddle FrontEnd
* Codestyle
* FrontEnd,InputModel,Place base classes -> abstract, renamed model file
* Fix unit tests
* fix unit tests
* ngraph:: to ov::
* Rename frontends dir to frontend
* Rename paddlepaddle to paddle; pdpd to paddle
* add missing file
* codestyle
* Remove local change
* paddlepaddle -> paddle for azure configs and .md files
* fix package name, fix config files
* Fix win build
* Revert Broadcast/AutoBroadcast changes
* codestyle
* fix FronEnd class
* fix ngraph_cpp_api.config
* codestyle
* merge master
* fix build
* refactoring; revert broadcast/autobroadcast changes
* codestyle
* fix MacOS config
2021-12-22 11:20:54 +03:00
Ilya Churaev
b5238e55e1
Removed inference_engine, ngraph, transformations libraries ( #9309 )
2021-12-21 05:27:53 +03:00
Victor Kuznetsov
e212a1ac83
[TimeTests] Disable VPU option, rename cache option ( #9114 )
...
* add performance hint to time infer
* Update time tests with options
* fix mistake in help
* update test conf with GPU models
* move ie configs from load plugin timer
2021-12-17 13:06:56 +03:00