Andrew Bakalin [Tue, 23 Jun 2020 12:03:50 +0000 (15:03 +0300)]
[VPU] Fix eltwise broadcast (#1001)
* [VPU][Tests] Extend eltwise test cases
* [VPU] Fix Myriad2
* [VPU] Update firmware
* [VPU] Review fixes
* [VPU] Update old deprecated tests
Katarzyna Mitrus [Tue, 23 Jun 2020 11:11:46 +0000 (13:11 +0200)]
[ONNX importer] Add support for Usample-8 and Upsample-9 (#967)
Roman Kazantsev [Tue, 23 Jun 2020 10:49:14 +0000 (15:49 +0500)]
Correct removing nodes from graph and add test for ConstToResult transform (#1084)
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
Ilya Lavrenov [Tue, 23 Jun 2020 09:35:17 +0000 (12:35 +0300)]
CMAKE: cross-compilation for ia32 (#1074)
Irina Efode [Tue, 23 Jun 2020 07:05:28 +0000 (10:05 +0300)]
[IE TESTS] Add Squeeze single layer test (#985)
* [IE TESTS] Add Squeeze single layer test
* [IE TESTS] Add Unsqueeze test
* Fix some comments
Evgenya Stepyreva [Tue, 23 Jun 2020 06:58:03 +0000 (09:58 +0300)]
[ DTS ] MatMul (#974)
* [ DTS ] MatMul
* [ TESTS ] Dynamic MatMul inference test disabled
Konrad Dobros [Tue, 23 Jun 2020 06:40:15 +0000 (08:40 +0200)]
[IE CLDNN] Add work-around for 1d input to Gather (#1070)
Evgenya Stepyreva [Tue, 23 Jun 2020 05:27:27 +0000 (08:27 +0300)]
[ MO ] Hard-coded Interpolate followed by concat reshape-ability fixing (#818)
Ivan Tikhonov [Tue, 23 Jun 2020 05:22:12 +0000 (08:22 +0300)]
Fix for Kaldi models with a batch of more than 1 (#1012)
* Fix kaldi models (batch > 1)
* ngraph codestyle
* fix ngraph to ie conversion
* Added comment
* apply review comments
* Added test for the case using the SetBatchSize function when ReadValue op is in the network
* Check status code instead of message
* Use new ngraph api
Ivan Tikhonov [Mon, 22 Jun 2020 20:37:08 +0000 (23:37 +0300)]
Fix Android ARM build (#1032)
* fix arm build: size_t -> uint64_t
* apply static_cast
* fix dynamic_to_static_shape_binary_elementwise.cpp file
* add static_cast in prior_box.cpp
Maxim Vafin [Mon, 22 Jun 2020 17:42:02 +0000 (20:42 +0300)]
Cherry-pick fix OneHot transformation for Bert Squad opset 10 (#1068)
* Fix OneHot transformation for Bert Squad opset 10
* Add transformation for squeezing depth for OneHot
Denis Orlov [Mon, 22 Jun 2020 15:49:38 +0000 (18:49 +0300)]
[GNA] Initialize a local variable (#1067)
Pavel Rodionov [Mon, 22 Jun 2020 15:00:29 +0000 (18:00 +0300)]
[GNA] Support export model with multiple inputs/outputs and Permute layer (#775)
Vladimir Paramuzov [Mon, 22 Jun 2020 14:09:39 +0000 (17:09 +0300)]
[IE CLDNN] fsv4 to fsv16 conv (#1030)
Alexander Chaiko [Mon, 22 Jun 2020 14:02:23 +0000 (16:02 +0200)]
[IE CLDNN] WA to inconsistency between input and const 1d tensors for concat (#1063)
dmitrygo [Wed, 10 Jun 2020 07:37:28 +0000 (10:37 +0300)]
[CPU] Fixed issue with unsupported reorder case for groupped convolutions
Andrey Somsikov [Mon, 22 Jun 2020 13:23:09 +0000 (16:23 +0300)]
Add memcheck runner script (#1031)
Script executes measurement isolated with gtest-parallel,
handles database uploading and reports generation.
Anton Romanov [Mon, 22 Jun 2020 13:12:02 +0000 (16:12 +0300)]
Fix samples build script (#819)
Kamil Magierski [Mon, 22 Jun 2020 12:46:01 +0000 (14:46 +0200)]
Fix cases then const blob precision is not FP32/FP16 (#1020)
Co-authored-by: kmagiers <kmagiers@intel.com>
Adam Osewski [Mon, 22 Jun 2020 09:40:58 +0000 (11:40 +0200)]
[Py] Ngraph Py API TensorIterator (#718)
Evgeny Lazarev [Mon, 22 Jun 2020 08:52:00 +0000 (11:52 +0300)]
Cleanup IR v7 from the MO (#1008)
* Removed back phase transformations related to IRv7
* Fixed setting value for the input port using the 'set_value' method
* Removed front and middle phase transformations related to IRv7
* Cleanup the rest of the Model Optimizer transformations from IRv7 specific transformations
* Final cleanup of the deprecated IR v7 related code
* Removed 'blobs_as_input' usage in the Model Optimizer.
* Removed function '_fuse_add' from the Model Optimizer since it is not used anymore.
* Removed 'keep_in_IR' node attribute for FakeQuantize ops in the MO
* Disabled failing gpu_engine.user_context test
Ilya Lavrenov [Mon, 22 Jun 2020 08:35:44 +0000 (11:35 +0300)]
Remove some stuff from legacy library (#1043)
Edward Shogulin [Sat, 20 Jun 2020 16:06:26 +0000 (19:06 +0300)]
[LPT] BERT with specific biases support & improvement (cherry-pick to master) (#1021)
* [LPT] BERT with biases support
* [LPT] Gemm biases and quantization
* [CPU] Fixed FullyConnected + Depthwise node fusing
* [LPT] FullyConnected 3D: symmetric quantization support
* [LPT] FullyConnected 3D: symmetric quantization support fix
* [CPU] Fixed FullyConnected + Depthwise fusing initialization
Co-authored-by: dmitrygo <dmitry.gorokhov@intel.com>
Marcin Sielski [Fri, 19 Jun 2020 19:06:30 +0000 (21:06 +0200)]
Fix build issue (#923)
* Fix build issue
Why:
* Enable to build OpenVINO.
This change addresses the need by:
* Adding include directories,
* Removing IE::inference_engine_c_api dependency.
* Remove IE::inference_engine_nn_builder reference.
Why:
* Enable to build OpenVINO.
This change addresses the need by:
* Removing IE::inference_engine_nn_builder dependency.
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Konrad Dobros [Fri, 19 Jun 2020 18:41:08 +0000 (20:41 +0200)]
[IE CLDNN] Fix activation implementation for fsv16 format (#1037)
For b_fs_yx_fsv16 format in reference kernel features for dispatch are
rounded to multiple of 16. This change adds correct check in kernel to
return work-items that are inside this dispatch padding.
Previously those work-items could corrupt memory expected to be filled
with 0s, and for parametrized activation due to bounds checking with
modulo operator they could have been corrupting actual layer output.
Issue: CVS-27672
Ilya Lavrenov [Fri, 19 Jun 2020 18:04:12 +0000 (21:04 +0300)]
Moved plugin to hidden folder (#999)
Ilya Lavrenov [Fri, 19 Jun 2020 17:55:53 +0000 (20:55 +0300)]
Removed VPU option (#1027)
Vitaliy Urusovskij [Fri, 19 Jun 2020 12:56:32 +0000 (15:56 +0300)]
Add memcheck comparison script (#935)
Add compare_memcheck_2_runs.py compares two runs.
Add handling of broken files for `parse_memcheck_log`
Ilya Lavrenov [Fri, 19 Jun 2020 12:10:21 +0000 (15:10 +0300)]
Removed Int8 normalizer and statistics (#919)
* Removed Int8 normalizer and statistics
* Removed statistics handling from tests utils
* Fixed tests compilation with statistics
Andrey Sokolov [Fri, 19 Jun 2020 11:48:53 +0000 (14:48 +0300)]
[IE VPU] use optimized ReduceMean instead of GlobalPooling (#629)
Ilya Lavrenov [Fri, 19 Jun 2020 11:48:26 +0000 (14:48 +0300)]
Removed shape infer extension (#917)
Andrey Zaytsev [Fri, 19 Jun 2020 11:39:57 +0000 (14:39 +0300)]
Added opset docs (#992)
Maksim Doronin [Fri, 19 Jun 2020 10:22:31 +0000 (13:22 +0300)]
[IE VPU] Evaluate DSR (#770)
* [IE VPU] Add evaluate method to DSR
* [IE VPU] Enable DSR_Reshape tests
* [IE VPU] Improvements in DSR op
* [IE VPU] Fix typo in copyBlobAccordingUpperBound
* [IE VPU] Support dynamic inputs
* [IE VPU] Use dynamic inputs in tests
* [IE VPU] Improve conditions in propogateDynamism pass
* [IE VPU] Fix Myriad2 tests via dosabling reorder
* [IE VPU] make error message more explicit
* [IE VPU] Fix Win compilation: std::stoi in <string>
* [IE VPU] Improve data transferring to work with ND tensors
* [IE VPU] Avoid ODR in myriad common test utils
* [IE VPU] Split code in propagate dynamism into separate methods
* [IE VPU] Simplify conditions in DSR parsing
* [IE VPU] Emplace data in initialStages when remove stage order
Gorokhov Dmitriy [Fri, 19 Jun 2020 10:03:21 +0000 (13:03 +0300)]
[IE Common][WA] Skipped const folding for Convolution layer (#1005)
Andrey Dmitriev [Fri, 19 Jun 2020 07:21:04 +0000 (10:21 +0300)]
[GNA] fix permute 0_2_1 (#991)
Andrey Somsikov [Thu, 18 Jun 2020 22:27:32 +0000 (01:27 +0300)]
fix: inference-engine/ie_bridges/python/requirements.txt to reduce vulnerabilities (#1006)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-73513
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Vladimir Paramuzov [Thu, 18 Jun 2020 16:55:17 +0000 (19:55 +0300)]
[IE CLDNN] Fix strided slice (#950)
Alexander Zhogov [Thu, 18 Jun 2020 16:20:03 +0000 (19:20 +0300)]
Azure CI: Add gtest-parallel on Lin & Mac (#980)
Jedrzej Hajduczenia [Thu, 18 Jun 2020 13:40:52 +0000 (15:40 +0200)]
[IE CLDNN] Add pooling b_fs_yx_fsv16 int8 (#565)
Mikhail Treskin [Thu, 18 Jun 2020 11:31:16 +0000 (14:31 +0300)]
Adding new layer tests to validation (#848)
* Add transpose, gather and reduce ops layer tests
* Fix skipping of Reduce Logical tests
* Fix compilation error with icl
Maxim Andronov [Thu, 18 Jun 2020 11:21:23 +0000 (14:21 +0300)]
[CPU] fix one dims scale shift (#989)
Nikolay Shchegolev [Thu, 18 Jun 2020 10:59:26 +0000 (13:59 +0300)]
[Common] Static analysed issues. Part II. (#881)
Nikita Kudriavtsev [Thu, 18 Jun 2020 10:49:20 +0000 (13:49 +0300)]
Changes: (#982)
- Named structures in bmp.h to avoid MSFT compiler error
- Fix for non-void function with missing return statement to avoid Intel compiler error
- Enabled "smoke_ExportUsingFileNameImportFromStreamNoThrowWithDeviceName" test
- Fix for MvncTest
Evgenya Stepyreva [Thu, 18 Jun 2020 08:36:07 +0000 (11:36 +0300)]
[ DTS ] Reduces (#940)
Evgenya Stepyreva [Wed, 17 Jun 2020 21:16:20 +0000 (00:16 +0300)]
[ DYN NMS ] Static & Dynamic ops; DTS transformation; VPU tests (#884)
Evgeny Lazarev [Wed, 17 Jun 2020 15:31:23 +0000 (18:31 +0300)]
Relaxed MO requirements for "protobuf" package (#864)
Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
Pavel Esir [Wed, 17 Jun 2020 15:27:37 +0000 (18:27 +0300)]
fixed some typos in MO help (#972)
Evgenya Stepyreva [Wed, 17 Jun 2020 15:20:08 +0000 (18:20 +0300)]
[ DTS ] Exp, Softmax, Greater (#926)
- Dynamic to Static transformation enabled for Exp, Softmax, Greater
- Logic Elementwises default ctor sets autobroadcasting according to spec
Ilya Churaev [Wed, 17 Jun 2020 14:17:32 +0000 (17:17 +0300)]
Fixed cpack information, removed some links (#976)
Konrad Dobros [Wed, 17 Jun 2020 12:07:18 +0000 (14:07 +0200)]
[IE CLDNN] Fix gather dimensions calculation (#959)
Ilya Lavrenov [Wed, 17 Jun 2020 11:42:41 +0000 (14:42 +0300)]
Execution graph via ngraph for CPU plugin (#510)
* Execution graph via ngraph for CPU plugin
* Fixes
* Migrated to VariantImpl instead of Parameter
* Reverted to dedicated ExecutionNode once again
* Re-use new execution graph in tests
* Fixed one more tests to use execution graph via ngraph::Function
Ilya Lavrenov [Wed, 17 Jun 2020 11:41:16 +0000 (14:41 +0300)]
CMAKE: fixed path for bin artifacts for 32bits (#890)
Ilya Lavrenov [Wed, 17 Jun 2020 11:34:38 +0000 (14:34 +0300)]
Pass SizeVector by const reference in ie_layout.hpp (#965)
Irina Efode [Wed, 17 Jun 2020 08:26:33 +0000 (11:26 +0300)]
[IE TESTS] disable Some myriad tests on Win (#763)
* [IE TESTS] disable Some myriad tests on Windisable Some myriad tests on Win
* Skip test with todo
Ilya Churaev [Tue, 16 Jun 2020 19:30:20 +0000 (22:30 +0300)]
Use creators only for default opsets (#948)
Gladilov, Gleb [Tue, 16 Jun 2020 13:17:36 +0000 (16:17 +0300)]
[IE][VPU]: Enables dynamic output from middle of network support (#930)
* [IE][VPU]: Enables dynamic output from middle of network support
This feature is very useful for debugging dynamic networks.
Changes include modification of existing addCopyForOutputsInsideNetwork
pass to respect dynamic outputs and moving propagateDynamismToOutputs
pass after addCopyForOutputsInsideNetwork. The motivation for last change
is to avoid unnecessary copy stages due to not synchronized logic, because
previously:
* First in Front-End (parseDSR) we mark shape data object as output
* Then in propagateDynamismToOutputs we insert copy stage for that case.
It's necessary if shape data object had other consumers
* Then in convertShapeNotation we insert Gather consumer for output data object
* Finally, addCopyForOutputsInsideNetwork inserts one more copy stage to leave
output data object without consumers.
Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
* [IE][VPU]: Replaces attrs.has + attrs.get with attrs.getOrDefault
* [IE][VPU]: Fixes setting IE-notation and converted-notation to the same data object
Andrey Dmitriev [Tue, 16 Jun 2020 12:21:24 +0000 (15:21 +0300)]
[GNA] Added test ScaleShift and fixed power layer with non zero shift (#774)
* [GNA] Added test ScaleShift and fixed power layer with non zero shift
Ilya Lavrenov [Tue, 16 Jun 2020 12:06:48 +0000 (15:06 +0300)]
Removed deprecated error listener, getmappedtopology (#915)
Ilya Lavrenov [Tue, 16 Jun 2020 12:03:32 +0000 (15:03 +0300)]
Removed PluginDispatcher; IEPlugin from python API (#920)
Alexey Tarakanov [Tue, 16 Jun 2020 07:59:20 +0000 (10:59 +0300)]
Support fp16 networks (#752)
* Modifications to support fp16 networks in KMB-plugin
* StridedSliceIE is removed
* One function convertFunctionToICNNNetwork with default parameter
* Some little changes in function convertFunctionToICNNNetwork()
* Delete some spaces in code (style changes)
* Edit code style
* Edit code style one more
* Edit code style again
* Remove row with Transpose()
Konrad Dobros [Tue, 16 Jun 2020 06:07:05 +0000 (08:07 +0200)]
[IE CLDNN] Add resample improvements (#933)
This change:
- extends concat in-place optimization for resample on input
- adds resample primitive int8 support for bilinear mode
- fixes some potential issues with offset calculations with in8
Anastasia Kuporosova [Mon, 15 Jun 2020 22:27:38 +0000 (01:27 +0300)]
[Python API] Fix long inference (#938)
Jedrzej Hajduczenia [Mon, 15 Jun 2020 13:14:13 +0000 (15:14 +0200)]
[IE CLDNN] Fix inserting reorders in bwd direction (#811)
Maksim Doronin [Mon, 15 Jun 2020 10:57:16 +0000 (13:57 +0300)]
[IE VPU] Dynamic Concat fixes (#842)
* [IE VPU] Dynamic Concat fixes
* [IE VPU] Update firmware
Monica-elena Burger [Mon, 15 Jun 2020 10:00:02 +0000 (13:00 +0300)]
[IE VPU] Enable variable number of inputs for ExpPriorGridGenerator (#855)
* [IE VPU] Enable variable number of inputs for ExpPriorGridGenerator layer
* [IE VPU] Add test cases for ExpPriorGridGenerator layer with less than three inputs
Ilya Lavrenov [Mon, 15 Jun 2020 09:39:45 +0000 (12:39 +0300)]
CMAKE: removed conditional compilation for C API (#861)
Ilya Lavrenov [Mon, 15 Jun 2020 09:27:20 +0000 (12:27 +0300)]
Updated dates of removal for deprecated API (#912)
Ilya Lavrenov [Mon, 15 Jun 2020 09:22:59 +0000 (12:22 +0300)]
TESTS: Added test for parallel LoadNetwork with accuracy check (#910)
Ilya Lavrenov [Mon, 15 Jun 2020 09:20:42 +0000 (12:20 +0300)]
Docs 2021 1 (#901)
* Initial state of dev docs
* Ported docs for quantized networks
* Integrate quantization guide + transformations template
* Fixes
Gleb Kazantaev [Mon, 15 Jun 2020 07:39:55 +0000 (10:39 +0300)]
Fix NopElimination (#891)
Roman Kazantsev [Mon, 15 Jun 2020 07:29:02 +0000 (12:29 +0500)]
Fix preserving names of output layers after TopK NGraph transformation (#843)
* Fix preserving names of output layers after TopK NGraph transformation
It helps to infer semantic-segmentation-adas-0001 model. See CVS-31977.
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix a test for TopK
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix TopK NGraph transformation and its test
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
Vladimir Zinoviev [Sun, 14 Jun 2020 15:54:36 +0000 (18:54 +0300)]
[CLDNN] Fix std::runtime_error missing (#871)
Ivan Tikhonov [Sun, 14 Jun 2020 14:20:21 +0000 (17:20 +0300)]
Temporary disable PriorBoxClustered tests due to rare sporadic failures (#892)
* Temporary disable PriorBoxClustered tests due to rare sporadic failures
* Added skip_tests_config for TransformationTests
Vladimir Paramuzov [Fri, 12 Jun 2020 12:56:04 +0000 (15:56 +0300)]
[IE CLDNN] Fixed clone network to preserve original CNNNetwork (#876)
Konrad Dobros [Fri, 12 Jun 2020 12:44:14 +0000 (14:44 +0200)]
[IE CLDNN] Fix fsv16 -> bfyx reorder removal (#872)
Evgeny Latkin [Thu, 11 Jun 2020 17:49:17 +0000 (20:49 +0300)]
[IE][Myriad] fix HW tiling (#866)
Vladimir Paramuzov [Thu, 11 Jun 2020 17:45:11 +0000 (20:45 +0300)]
[IE CLDNN] fix perf for fsv16 global avg pooling (#878)
Vladimir Paramuzov [Thu, 11 Jun 2020 09:27:11 +0000 (12:27 +0300)]
[IE CLDNN] Always use FP32 as intermediate type for fused quantize (#877)
Evgenya Stepyreva [Thu, 11 Jun 2020 09:20:54 +0000 (12:20 +0300)]
[ nG ] Style-apply (#886)
Evgenya Stepyreva [Wed, 10 Jun 2020 21:37:37 +0000 (00:37 +0300)]
[ nG ] Graph visualization (#807)
* [ nG ] Graph visualization
* Update visualize_tree.cpp
Jedrzej Hajduczenia [Wed, 10 Jun 2020 18:07:22 +0000 (20:07 +0200)]
[IE CLDNN] Enable I64 const inputs for batch_to_space (#860)
Anton Dudchenko [Wed, 10 Jun 2020 14:30:37 +0000 (17:30 +0300)]
[VPU][GT] Trivial permute optimization (#571)
* Transformation to eliminate trivial permute
* Minor changes in unit tests
* Replace trivial permutation with copy if input and output dims is equal
* Fix mergePermuteStages tests
* Small changes in the loop
* Add const modifier, change dimsVector type to SizeVector
* Change loop condition, rename valiable
* To reverse dimsVector
Nikita Kudriavtsev [Wed, 10 Jun 2020 13:42:37 +0000 (16:42 +0300)]
[IE Myriad] Added test InferWorksCorrectAfter9999Allocations (#709)
Alexander Zhogov [Wed, 10 Jun 2020 13:18:53 +0000 (16:18 +0300)]
Actions CI: Enable nGraph Code style check (#863)
Aleksandr Korolev [Wed, 10 Jun 2020 11:13:08 +0000 (14:13 +0300)]
[IE VPU TESTS] Rewrite tests with deprecated API (#761)
* [IE VPU TESTS] Rewrite tests with deprecated API
* Minor changes
Co-authored-by: kora6 <kora6@github.com>
Jedrzej Hajduczenia [Wed, 10 Jun 2020 06:34:29 +0000 (08:34 +0200)]
[IE CLDNN] Add support for I64 data type in clDNN plugin (#555)
Maksim Derbasov [Tue, 9 Jun 2020 20:54:22 +0000 (23:54 +0300)]
Show error message if output file is not writable (#779)
Andrey Somsikov [Tue, 9 Jun 2020 17:11:44 +0000 (20:11 +0300)]
Use default thread sanitizer linkage (#833)
GCC and CLang *default* sanitizer linkage differs (static vs. dynamic).
Prefer default behavior as alternate seen having issues.
Default (GN)U linker fails with unresolved symbols linking Clang built
binaries with sanitizer enabled. Force use LLVM linker lld for Clang
builds.
Sanitizer instrumentation and link flags should be retained for all
binaries. Updating samples cmake configuration to keep those flags
after unset logic at the ie_build_samples().
Evgeny Lazarev [Tue, 9 Jun 2020 17:00:43 +0000 (20:00 +0300)]
Fixed StridedSlice to Crop transformation (#836)
* Fixed StridedSlice to Crop transformation to not apply when rank of data is changed
* Added unit test for StridedSlice to Crop transformation
Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
Roman Lyamin [Tue, 9 Jun 2020 16:19:24 +0000 (19:19 +0300)]
[IE CLDNN] Added batch_to_space operation (#753)
Gleb Kazantaev [Tue, 9 Jun 2020 16:13:35 +0000 (19:13 +0300)]
Fix divide conversion for integer input type (#841)
Anastasia Kuporosova [Tue, 9 Jun 2020 15:06:57 +0000 (18:06 +0300)]
[Python API] Fixate requirements (#834)
Ilya Lavrenov [Tue, 9 Jun 2020 15:02:03 +0000 (18:02 +0300)]
Fixed default args for Android build (#827)
Maxim Vafin [Tue, 9 Jun 2020 14:50:38 +0000 (17:50 +0300)]
Fix onnx slice by clipping `ends` to int32 domain (#603)
Andrey Dmitriev [Tue, 9 Jun 2020 13:43:01 +0000 (16:43 +0300)]
[GNA] Added support permute layer (#723)
* [GNA] Added GNA natively supported permute layer cases.
Maksim Doronin [Tue, 9 Jun 2020 13:10:12 +0000 (16:10 +0300)]
[IE VPU] Dynamic Broadcast tests (#737)
* [IE VPU] Enable StaticShapeBroadcast tests
* [IE VPU] DSR: support case when shape is output and input for stage
* [IE VPU] Enable Broadcast and Transpose tests
* [IE VPU] DSR: fix typo
* [IE VPU] Add assertion for numConsumer in DSR
* [IE VPU] Added CheckMyriadX helper method
* [IE VPU] New DSR assert for input->getInputTo
* [IE VPU] Fix myriad2 tests bug
Ivan Tikhonov [Tue, 9 Jun 2020 11:47:49 +0000 (14:47 +0300)]
Const folding and reference implementation for PriorBox(Clustered) ops (#785)
* Constant folding for PriorBox, PriorBoxClustered; Deleted PriorBoxIE, PriorBoxClusteredIE and transformations; Added unit tests; codestyle
* Delete debug info
* delete unnecessary convert_prior_to_ie_prior.hpp file
* fix ngraph reader tests; delete PriorBoxIE functional test
* fix for ngraph reader tests
* Apply review comment
* apply ngraph codestyle
* restore PriorBoxClustered tests in disabled state
Denis Orlov [Tue, 9 Jun 2020 11:36:28 +0000 (14:36 +0300)]
add support for multiple scale factors in speech sample (#835)
Co-authored-by: Anna Alberska <anna.alberska@intel.com>
Andrey Sokolov [Tue, 9 Jun 2020 11:34:10 +0000 (14:34 +0300)]
[IE VPU] Update firmware; enable convolution VPU OCL tests (#802)
Vladimir Paramuzov [Tue, 9 Jun 2020 11:29:36 +0000 (14:29 +0300)]
[IE CLDNN] Added 6d tensor support in eltwise/scale primitives (#826)