Vitaliy Urusovskij
89fe26e3db
Copy RandomUniform m_state
during clone_with_new_inputs() ( #10031 )
...
* Copy RandomUniform m_state during clone_with_new_inputs()
* Add `get_state()` for RandomUniform op
* Add copy.random_uniform test
2022-02-01 18:46:09 +03:00
Jacek Skowron
56759d9cdc
[docs] update linux/win installation guide ( #9720 )
...
* CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
CVS-71745 update linux installation guide
* CVS-71745 update linux installation guide
* CVS-71745 update linux installation guide
* CVS-71745 update linux installation guide
* lfs
* CVS-71745 update linux installation guide
* CVS-71745 update linux installation guide
Co-authored-by: CCR\ntyukaev <nikolay.tyukaev@intel.com>
2022-02-01 18:33:36 +03:00
Svetlana Dolinina
5e8f997262
Fix bug in AddReshapeTransposeAroundConvPool for Kaldi LSTM networks ( #9885 )
...
* change order of transformations to work correctly with Convolutions in Kaldi LSTM networks
* removed unneeded changes and add unit tests
* remove comment
* remove changes from memory_offset_adjustment, move all fixes inside add_reshape_transpose_around_conv_pool to avoid new bugs
* removed test for deleted changes
* replace -1 by None
2022-02-01 17:06:49 +03:00
Fedor Zharinov
c848e55f5e
Benchmark_app: Command line args processing is modified to use both tensor and corresponding node names ( #9968 )
...
* Node/name conversions
* stylefix
2022-02-01 16:05:00 +03:00
Fedor Zharinov
6845392aa6
Benchmark_app: incorrect indexing during precision set is fixed ( #10033 )
...
* Precision problem fix. Behavior of auto precision conversion to U8 (in case of image) is changed
* stylefix
2022-02-01 15:58:48 +03:00
Liubov Talamanova
ca09ddd123
[POT] Implement DataFreeEngine ( #9484 )
...
* [POT] Implement DataFreeEngine
* Add CLI
* Updated CLI
* Moved logic to SynteticImageLoader
* Fix bug with draw modes
* Fix bug in DataFreeEngine
* Fix multiprocessing
* Fix pylint
* Add DataFreeEngine test
* Download models
* Fill background
* Fix test
* Fix args
* Support config option for DataFree mode
* Minor fixes
* Add data_free config
* Add more test cases
* Enable RCNN models quantization
2022-02-01 15:15:20 +03:00
Ekaterina Aidova
09f53b56e6
[OMZ]: update submodule ( #10036 )
2022-02-01 15:03:17 +03:00
Katarzyna Mitrus
52d53d187d
Enable reshape sequence fusion transformation based target shape bounds ( #9886 )
...
* Calculate value bounds in ReshapeSequenceFusion
* Reashape fusion upper bounds check
* Revert last return to false
* Add transformation unit tests
* Use output node as check param
* Use evaluate helper and remove deprecation macro
* Header update
* Checks refactor and comments
* Update unit tests
* Get element type from node_out
2022-02-01 14:51:47 +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
Yuan Hu
8892b7b327
add Debug statistic log for devices infer nums ( #9825 )
...
* add statics log
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* change LOG_DEBUG to LOG_INFO
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* fix type
Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: fishbell <bell.song@intel.com>
2022-02-01 14:18:29 +03:00
Alina Kladieva
f25c450534
Exclude gpu registerPluginsXMLUnicodePath test due to 76197 ( #10029 )
2022-02-01 13:43:38 +03:00
Pavel Esir
9bb7697b2f
[MO] fix simplified MO import for PyCharm Debug ( #9866 )
...
* fix simplified MO import for PyCharm Debug
* package_BOM update
2022-02-01 13:14:48 +03:00
Eugeny Volosenkov
e0af970d62
Fix yolov3 documentation ( #9901 )
2022-02-01 13:12:12 +03:00
Anton Pankratov
b8a4b0742b
Streams executor configured using OV2.0 configuration API ( #9587 )
...
* Streams executor config OV2.0
* Fixed error
* Reverted CPU tests
2022-02-01 13:08:32 +03:00
Anton Pankratov
8ca6aeae83
New configuration API in set get property ( #10012 )
...
* New configuration API in set|get property
* removed supported metrics and keys
* Fixed build
* Fixed build
* Fixed samples build
* Fixed samples build
* Fixed build
* Removed old properties in plugin
* Fixed build
2022-02-01 13:05:14 +03:00
Maxim Andronov
6866ced978
[Transformations] ConvertBroadcast3 for boolean fix ( #10001 )
2022-02-01 12:53:05 +03:00
Alexey Suhov
e1e467f23f
[CMake] Add debug postfix on mac ( #10027 )
2022-02-01 12:41:26 +03:00
Daria Mityagina
a3f2a4ef99
[VPU] - I64 issue with ONNX models - fix ( #9978 )
...
i32 or i64 is used for index_element_type. So it is more convenient to get rid of the condition and stay only with the i32 option.
Tickets:
75748
75747
75029
2022-02-01 11:42:55 +03:00
Roman Kazantsev
298cced3b3
[MO, TF frontend] Correct loaders for StridedSlice and Pack operations ( #10034 )
...
* Correct Loaders for TensorFlow StridedSlice and Pack operations
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Supress INFO and WARNING messages from TensorFlow
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-02-01 11:02:28 +03:00
Ilya Lavrenov
4717e7639c
Param/Const => Result tests ( #9294 )
...
* Tests for param => result
* Added const => result, param => result tests
* Disabled tests on CPU
* Added more tests
* Enabled import / export for template
* clang-format
* Reverted scatter tests
* Rename back
* Fixed typo
* Fixed compilation for GNA
* Fixed comments
* Fixed collisions
* Revert renaming back
* Added skip filters for GNA / MYRIAD
2022-02-01 11:01:12 +03:00
Anton Grishin
75abee2500
[GNA] Refactor and install libGNAConfig.cmake ( #9793 )
...
* Install libGNAconfig.cmake
* Refactor gnaConfig to correctly find from OV package
* remove ENABLE_INTEL_GNA option from CI
* Apply comments and fix CI
* re-trigger CI (demos issue)
* Enable GNA/samples smoke tests
* rename GNA to GNA_EXT_DIR
* re-trigger CI (mxnet cpu test issue)
* Pick azhogov changes to check CI
* try win wa
* fix win build
* re-trigger onnx
* tests
* disable win samples tests
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2022-02-01 10:51:07 +03:00
Pavel Finashov
ab3207a81b
POT: Fixed command line to convert models for Windows platform. ( #10024 )
...
* For testing purpose
* Fixed command line for windows: removed re-writing PYTHOPATH
* Changed command line for re-writing PYTHONPATH
2022-02-01 10:31:16 +03:00
Vladislav Volkov
ff784ed6ab
[CPU] I420toRGB and I420toBGR operations for CPU plugin ( #9118 )
2022-02-01 09:26:14 +03:00
Alexandra Sidorova
44362c97be
[CPU] Fixed TensorIterator/Loop dynamism leftovers ( #9722 )
2022-02-01 09:17:03 +03:00
Edward Shogulin
cc19ff74f1
[LPT] [GPU] Multiply to group convolution ( #9971 )
...
* [LPT] MultiplyToGroupConvolution optimization for GPU
* [LPT] MatMul in FP32 in GPU workarround support
* [LPT] GPU plugin tests
2022-02-01 08:10:27 +03:00
Ilya Lavrenov
8c7e0d9479
Update include of legacy in tests ( #10030 )
2022-02-01 06:43:39 +03:00
Mikhail Ryzhov
bcdf7b0cad
[GNA] Fixed output convert transformation ( #9808 )
...
* Fixed output convert transformation
* Update src/plugins/intel_gna/transformations/remove_converts.cpp
* Reverted wa
2022-01-31 20:08:24 +00:00
Pavel Esir
73e9eb4c61
[MO] add reinterp_shape for StridedSlice ( #9622 )
...
* added reinterp_shape for StridedSlice
* package_BOM update
* corrected unit-tests
* returned removed tests
2022-01-31 22:17:15 +03:00
Andrei Molotkov
d5b74b0c6b
[GPU] Fix redefinition variables issue in ExperimentalDetectronROIFeatureExtractor kernel ( #9960 )
2022-01-31 20:19:16 +03:00
Nadezhda Ageeva
a7910b8869
[GNA] Support new configuration API ( #9955 )
...
* [GNA] Support new configuration API
* Review comments: description fixes
* Review comments
2022-01-31 18:48:18 +03:00
Gleb Kazantaev
6dea8d3d86
Update replace_output_update_name method ( #10000 )
...
* Update replace_output_update_name method
* Remove wrong legacy test
2022-01-31 18:06: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
Alexandra Sidorova
252b7d4728
[Benchmark] Fixed preprocessing inputs ( #10022 )
2022-01-31 17:05:44 +03:00
Anton Dudchenko
89b88af28d
[VPU] Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies ( #9827 )
...
* Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies
* Fix thirdparty
* Rename HDDL
* Remove unused files
* Fix HDDL
* Add path to mvnc
* Fix installation on Linux
* Remove thirdparty dir from codeowners
* Move new files
* Remove IE_MAIN_SOURCE_DIR dependencies
Co-authored-by: Maksim Doronin <maksim.doronin@intel.com>
2022-01-31 16:58:33 +03:00
Szymon Irzabek
4eac21e7c0
[GNA] Fix handling reshapes around matmul with 3D/4D Add layer ( #9900 )
2022-01-31 16:44:35 +03:00
Vladislav Golubev
43130622d3
[Transformations] Convert TI to sequences: dynamic case fix ( #9742 )
...
* Convert TI to sequences: dynamic case fix
* tests corrected
2022-01-31 16:37:15 +03:00
Evgenya Stepyreva
cf4d4db4c7
Option not to track dimensions down ( #10019 )
2022-01-31 16:09:32 +03:00
Anton Pankratov
29d103087a
Aggregating plugins use single config value to pass device list ( #9379 )
...
* Aggregating plugins use single config value to pass device list
* format fix
* fixed build
* Fixed tests
* Fixed test
* fied build
2022-01-31 15:43:32 +03:00
Alexey Lebedev
495931673d
[PYTHON API] fix request busy using AsyncInferQueue ( #10020 )
...
* Add request.wait() call to get_idle_request_id and wait_all()
* rethrow exception on default callback
* update comment
* fix code style
2022-01-31 15:30:04 +03:00
Egor Shulman
b56fd07169
[CPU] Fixed data storing for AVG Pooling with PostOps on avx2 ( #9325 )
2022-01-31 14:36:18 +03:00
Indira Salyahova
6145cb736e
[POT] Update patterns with transpose ( #9555 )
...
* fix: update pot patterns with transpose
* add tests
* delete tests
* updatereference metrics tf model
* Update test_sanity.py
2022-01-31 14:30:28 +03:00
Mikhail Letavin
70987e327a
[GPU] Remove potentially unsafe references to temporary objects ( #9959 )
2022-01-31 14:22:59 +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
Ilya Churaev
0a2c0e1539
Fixed coverity issues ( #10014 )
2022-01-31 12:51:52 +03:00
Wang, Yang
80d70dd438
Ywang2/update auto configuration api ( #9977 )
...
* Update AUTO OV 2.0 c++ configuration API.
Signed-off-by: ywang2 <yang4.wang@intel.com>
* Support the OV 2.0 key to set model priority and add the test case to verify the prioirty map logic within AUTO plugin.
Signed-off-by: ywang2 <yang4.wang@intel.com>
* Replace the old model priority key and add the corresponding test case.
Signed-off-by: ywang2 <yang4.wang@intel.com>
2022-01-31 16:24:46 +08:00
Nikolay Shchegolev
7d173eb354
[CPU] RNN, GRU, LSTM Sequences batch 1 tests failure. ( #9719 )
2022-01-31 11:21:39 +03:00
Mikhail Nosov
4e4b04bbd3
LSTMSequence/GPUSequence - fix validate_and_infer_types ( #9996 )
...
* Fix LSTMSequence/GPUSequence validation behavior consistent with RNNSequence
Fixed issue with no exception if num_directions=2, but 'm_direction' is not set to BIDIRECTIONAL. Previously there was no error with this (and luckily it failed later in some CPU transformations during compile_network)
Corrected several tests which use copy-pasted num_directions=2 without m_direction set
Also for dynamic 'num_directions' - output shape still has 1 or 2 directions, because m_direction is known. Tests for GRU/LSTM are updated for this
Also several tests worked incorrectly for LSTMv0 - expectation was specific error to be thrown, but no expection was also allowed
* Fixed clang-format
2022-01-31 08:24:43 +03:00
Tomasz Dołbniak
351c84e6e4
TestCase class fix ( #10011 )
...
* Store the expected output data in the TestCase class
* Skip the failing ONNX If tests
* Disable failing ONNX Softmax tests
* Disable the remaining failures
2022-01-31 08:11:18 +03:00
Chen Xu
49a01bf9fc
[CPU] Fix bug concerning model accuracy in Reduce node ( #9929 )
2022-01-30 17:36:36 +00:00
Chen Xu
cc5d30b26c
[CPU] Fixed TopK node optimization leftovers ( #9862 )
2022-01-30 19:11:47 +03:00