Maxim Andronov
895e80a0f2
[CPU] Disable fusing DW conv into INT8 conv ( #5891 )
2021-05-31 12:04:36 +03:00
Nadezhda Ageeva
7fadfa88d7
Remove second InsertCopyLayerPass call ( #5879 )
2021-05-29 21:19:35 +03:00
Kate Generalova
3f26f6366c
samples: fix klocwork beyond boundary of array issue ( #5888 )
2021-05-29 16:46:07 +03:00
Ivan Kochin
69f5586d06
Rework custom::task_arena initialization logic ( #5860 )
...
* Rework custom::task_arena initialization logic & add custom::task_scheduler_observer wrapper
* Remove iostream
2021-05-29 09:26:31 +03:00
Anton Romanov
67c75740bd
Fixed printPerfomanceCounters in speech sample ( #5850 )
2021-05-28 19:20:36 +03:00
Irina Efode
5e92154422
[IE TESTS] Enable DLB suite ( #5717 )
...
* [IE TESTS] Enable DLB suite
* test
* test
* Skip config
2021-05-28 18:09:12 +03:00
Roman Lyamin
c8a5044664
[IE CLDNN] Add Select int32/int16 input support ( #5877 )
2021-05-28 18:00:51 +03:00
Chenhu Wang
d2003095dc
[CPU] MVN_accuracy_fix_on_avx512 ( #5787 )
2021-05-28 17:56:04 +03:00
Dmitry Pigasin
f6b7179cdf
Add sudo to install_dependencies script ( #5880 )
2021-05-28 16:59:26 +03:00
Maksim Kutakov
ad0e0c9f7c
[CPU] Added support for network inputs and outputs with the same name. ( #5000 )
2021-05-28 16:45:44 +03:00
Anastasia Popova
b1e7a5cdb1
Fixed duplicate names appearance in graph after fuse mul transformation. ( #5842 )
...
* Added manual set of unique name to the data node.
* Added attributes checks in unit test.
* Removed redundant line break.
2021-05-28 16:37:43 +03:00
Vladimir Zinoviev
8ff0ab0488
Tests improvement ( #5704 )
...
* [LPT] Test: concat with convolution neighbor and convolution after
* [LPT] elementwise fuse to FakeQuantize
* [LPT] plugin test build fix
Co-authored-by: Edward Shogulin <edward.shogulin@intel.com>
2021-05-28 14:27:45 +03:00
Kate Generalova
3e303f016b
samples: hide -we_gen and remove -l options for C++ speech ( #5840 )
...
* samples: hide and remove options for C++ speech
* sample: revert -we option
2021-05-28 13:32:58 +03:00
Ilya Znamenskiy
3954c3f99d
[IE CLDNN] Perf improvements: fusings for bin convolution and FC, permute reorder fix ( #5761 )
2021-05-28 13:15:11 +03:00
Sergey Lyubimtsev
04cf463c0b
Add auto plugin to openvino wheel ( #5855 )
2021-05-28 12:58:51 +03:00
Evgenya Stepyreva
749fed6805
ExperimentalDetectron* dynamic shape propagation ( #5872 )
2021-05-28 12:15:53 +03:00
Eunsoo Sheen
d05c3c63b5
[IE CLDNN] Add an initial loop primitive for fixed length sequence ( #4954 )
2021-05-28 11:55:48 +03:00
Anton Chetverikov
9d3780648f
Add missed attributes for Parameter layer ( #5676 )
...
* Add shape and element_type to ir_v10_attrs structure
* Add comment
* Update add_input_op_input_port_with_data() and add_input_op_output_port_with_data() functions with new GraphAPI
* Remove incorrectly added test
* Apply comments
* Update missed tests
* Add more checks to tests
Co-authored-by: achetver <anton.chetverikov@.intel.com>
2021-05-28 10:22:06 +03:00
Gleb Kazantaev
98ac1d04c3
Fix IE Python API search inside MO for Windows platform ( #5862 )
2021-05-28 09:57:16 +03:00
Sergey Shlyapnikov
51084847b3
[IE CLDNN] Crop fsv16 i8/u8 input support ( #5865 )
2021-05-28 09:43:34 +03:00
Maxim Andronov
9424272cce
[CPU] Fix QueryNetwork for ReferenceNode ( #5809 )
...
* has_evaluate() was added
2021-05-28 09:24:38 +03:00
Jozef Daniecki
04f42d8442
Fix IE_CPU.exp_* nGraph UT on Mac ( #5796 )
...
* Revert "Azure CI: Exclude IE_CPU.exp_* nGraph UT on Mac"
This reverts commit c9672ee9ec
.
* Increased tolerance in exp_* backend tests.
2021-05-28 08:36:51 +03:00
Kate Generalova
d44ae0d948
sample: fix klocwork uninitialized issue ( #5859 )
2021-05-28 08:28:52 +03:00
Tomasz Dołbniak
ef5ded7878
Obsolete tests removed ( #5786 )
2021-05-28 07:48:38 +03:00
Tomasz Socha
87a47aa117
🦒 Nonzero-adjustment ( #5863 )
2021-05-27 17:42:52 +03:00
Alexey Lebedev
aaa632e8f5
Fix test ( #5843 )
2021-05-27 17:17:34 +03:00
Maksim Kutakov
1076f45a78
[CPU] Skip conv nspc sporadic test ( #5851 )
2021-05-27 17:07:04 +03:00
Ilya Lavrenov
c470024f50
Respect COMPONENTS in InferenceEngineConfig.cmake ( #5857 )
...
* Added note abour custom version of find_dependency
* Warning about improper version in find_package()
* Removed ENABLE_ALTERNATIVE_TEMP
* Respect COMPONENTS in InferenceEngine cmake config
* Added Jira ticket #
2021-05-27 16:56:56 +03:00
Elizaveta Lobanova
f450f61bc3
[GNA] Avoid integers overflow during pwl calculation for FakeQuantize ( #5841 )
...
* [GNA] Avoid integers overflow during pwl calculation for FakeQuantize
* The similar fix for Relu
2021-05-27 16:49:40 +03:00
Tomasz Socha
62d15ed59c
[nGraph] Make make_broadcast dynamic ( #5834 )
2021-05-27 15:41:32 +02:00
Gabriele Galiero Casay
6b66f8f47f
Reduction operations specification refactoring ( #5612 )
...
* Reduction operations specification refactoring
* Change axes input element type to any supported integer
* Address review comments related to wording
2021-05-27 16:38:51 +03:00
Ilya Lavrenov
12f2bb72da
Updates on deprecated stuff ( #5838 )
...
* Removed cloneFunction from ngraph CNNNetwork impl
* Removed custom clone
* Localize deprecation suppressions
* Removed Jira tickets
* Fixed MYRIAD tests compilation on Windows
2021-05-27 16:14:07 +03:00
Kelvin Choi
d2f7812dbd
[IE CLDNN] Optimize reorder between blocked formats and non blocked formats ( #5297 )
2021-05-27 15:19:00 +03:00
Vladimir Gavrilov
fe8443d9f8
Implement reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput", "ExperimentalDetectronPriorGridGenerator" ( #4004 )
...
Implemented reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput" and "ExperimentalDetectronPriorGridGenerator" #43928
2021-05-27 15:17:09 +03:00
Anastasia Popova
a9230a916b
LSTMCell tensor names fix ( #5696 )
...
* Added handling of debug information in create_node().
* Code refactoring.
* Checks fixed.
* Added comments, added unit test.
* Renamed unit test class.
* Fixed port number in unit test.
2021-05-27 15:13:44 +03:00
Anton Pankratv
d899606493
Merged plugin and exec network internal implementation ( #4923 )
...
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2021-05-27 13:33:09 +03:00
Ilya Lavrenov
5b8b2141d4
Removing legacy from new tests infra ( #5846 )
...
* Removed old stuff
* Moved more stuff to old helpers
* Rewritten LRN tests
* Removed IRBuild_v6
* Fixed caching tests by changing test function
* Removed Jira tickets
2021-05-27 00:11:13 +03:00
Mateusz Bencer
55c73abd7e
add editor tests to CI ( #5812 )
2021-05-27 00:04:39 +03:00
Kate Generalova
f40ad26e25
samples: fix klocwork beyond boundary issue ( #5836 )
2021-05-27 00:00:01 +03:00
Sergey Lyubimtsev
b07bcfb060
Python wheel: failed to set RPATH for 3rd parties ( #5835 )
...
* Python wheel: failed to set RPATH for 3rd parties
* fix linter issues
* fix indent
* vpu_custom_kernels
* move ELF check under linux condition
* pylint
2021-05-26 21:31:06 +03:00
Vladislav Volkov
96b7a04cfe
Redundant copying of weights and biases for convolution layer ( #5551 )
...
* Using shared constants blobs in a CPU plugin
* Improvements for subnormals checking
* Review comments
* WA for unaligned FullyConnected input sizes
2021-05-26 21:12:01 +03:00
Sungeun Kim
163d0b27b0
[IE CLDNN] Fixed a region_yolo bug ( #51761 ) ( #5826 )
...
Signed-off-by: Kim, SungEun <sungeun.kim@intel.com>
2021-05-26 20:21:42 +03:00
Sergey Lyubimtsev
5adf2ee80e
[DOCS] Inconsistence between Python versions supported in OpenVINO ( #5790 )
...
* [DOCS] Inconsistence between Python versions supported in OpenVINO and Anaconda
* colon
* split
2021-05-26 19:19:03 +03:00
Ilya Lavrenov
26bfa6f0ac
Tests for dynamic preprocessing in SetBlob ( #5798 )
...
* Corrected tests to match CVS-53713
* Fixed tests configs
* Skip tests on GPU
* Commented condition inside main SetBlob because of MYRIAD
* Adopted tests
2021-05-26 18:07:08 +03:00
Vladimir Gavrilov
91fd2574df
Implement reference nGraph implementation for the operation "ExperimentalDetectronTopKROIs" ( #5675 )
...
* Started to write nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Written cpp-file for the nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Code style fixes.
* Started to write evaluate() (in evaluates_map.cpp) for the nGraph operation ExperimentalDetectronsTopKROIs.
* Code style fixes.
* Written evaluate() for ExperimentalDetectronTopKROIs.
* Small fixes.
* Written test for ExperimentalDetectronTopKROIs evaluation.
* Small fix.
* Fixed Apache license header.
* Some changes.
* int64_t was replaced with size_t in the body of ngraph::runtime::reference::experimental_detectron_topk_rois().
* Added more test for evaluation of ExperimentalDetectronTopKROIs.
2021-05-26 17:49:33 +03:00
Ilya Lavrenov
ffe03b6ed3
Fixed creation of C++ wrappers from old API ( #5805 )
2021-05-26 17:22:48 +03:00
Evgenya Stepyreva
ffc9c95a2b
Revert "Fuse mul transformation fix ( #5518 )" ( #5831 )
...
This reverts commit 84b94c9834
.
2021-05-26 16:07:46 +03:00
Maxim Vafin
d8d9819b5f
Fix security issue with XML parsing ( #5686 )
...
* Fix security issue with XML parsing
* Apply review feedback
* Rework defusing stdlib solution
* Apply review feedback
2021-05-26 14:17:55 +03:00
Maxim Shevtsov
fa48c91cc8
Additional images to explain streams. also brushed the media referenc… ( #5775 )
...
* Additional images to explain streams. also brushed the media references/example
* Update dldt_optimization_guide.md
* Update dldt_optimization_guide.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
2021-05-26 14:12:17 +03:00
Gleb Kazantaev
93c3c24c2b
Added attributes comparision to CompareNetwork function ( #5823 )
...
Co-authored-by: Gleb Kazantaev <gleb@nncv666el.inn.intel.com>
2021-05-26 13:06:56 +03:00