platform/upstream/dldt.git
3 years ago[IE CLDNN] Fixed memory allocation for case when usm is not available (#1952)
Vladimir Paramuzov [Wed, 26 Aug 2020 17:58:21 +0000 (20:58 +0300)]
[IE CLDNN] Fixed memory allocation for case when usm is not available (#1952)

3 years agoFixed mean image support for IR v10 (#1926)
Ilya Churaev [Wed, 26 Aug 2020 17:45:54 +0000 (20:45 +0300)]
Fixed mean image support for IR v10 (#1926)

* Fixed mean image support for IR v10

* Fixed comments

3 years agoModified samples to support ONNX models (#1680)
Mikhail Ryzhov [Wed, 26 Aug 2020 15:53:24 +0000 (18:53 +0300)]
Modified samples to support ONNX models (#1680)

* Modified samples to support ONNX models

- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files

* Modified samples to support ONNX models

- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files

3 years ago[SCRIPTS] install_NEO_OCL_driver.sh: Added verifying current driver version (#1951)
Artyom Anokhov [Wed, 26 Aug 2020 14:25:33 +0000 (17:25 +0300)]
[SCRIPTS] install_NEO_OCL_driver.sh: Added verifying current driver version (#1951)

* install_NEO_OCL_driver.sh: Added verifying current driver version

* install_NEO_OCL_driver.sh: Updated removal oldest driver on Ubuntu. Updated logic on defining

* install_NEO_OCL_driver.sh: Fixed function name

3 years agoEnable eager execution while TensorFlow 2 model is loaded (#1945)
Roman Kazantsev [Wed, 26 Aug 2020 14:16:58 +0000 (17:16 +0300)]
Enable eager execution while TensorFlow 2 model is loaded (#1945)

3 years agoFixed threading configuration parameters (#1919)
Anton Pankratv [Wed, 26 Aug 2020 13:38:41 +0000 (16:38 +0300)]
Fixed threading configuration parameters (#1919)

* Fixed threading parameters

* Updated documentation

* Fix for macos

* Fix doc

3 years ago[IE CLDNN] int8 output support in fsv16 dw conv (#1886)
Vladimir Paramuzov [Wed, 26 Aug 2020 13:15:02 +0000 (16:15 +0300)]
[IE CLDNN] int8 output support in fsv16 dw conv (#1886)

3 years agoDisable CanConvertFromAOTtoSueModel test (#1949)
Kamil Magierski [Wed, 26 Aug 2020 13:09:19 +0000 (15:09 +0200)]
Disable CanConvertFromAOTtoSueModel test (#1949)

3 years agoQuery network should return all supported layers (#1845)
Anton Pankratv [Wed, 26 Aug 2020 12:33:37 +0000 (15:33 +0300)]
Query network should return all supported layers (#1845)

* Query network should return all supported layers

* Added other plugins. Fixed hetero and multi

* IRv7 test use legacy impl

3 years ago[IE TESTS] Add Reverse Seq single layer test (#1933)
Maksim Kutakov [Wed, 26 Aug 2020 12:13:32 +0000 (15:13 +0300)]
[IE TESTS] Add Reverse Seq single layer test (#1933)

* [IE TESTS] Add Reverse Seq single layer test

* Added spaces for better readability.

3 years ago[IE CLDNN] Weights reorders optimization (#1542)
Sergey Shlyapnikov [Wed, 26 Aug 2020 12:12:55 +0000 (15:12 +0300)]
[IE CLDNN] Weights reorders optimization (#1542)

* [IE CLDNN] Fix incorrect (g)_is_os_(z)yx_isv16_osv16 layout name

* [IE CLDNN] Constant blobs copying improvements

* [IE CLDNN] Weights reorders optimization

3 years ago[GNA] Aligning GNA2 and GNA Unit testing (#952)
Kamil Magierski [Wed, 26 Aug 2020 10:43:43 +0000 (12:43 +0200)]
[GNA] Aligning GNA2 and GNA Unit testing (#952)

Co-authored-by: kmagiers <kmagiers@intel.com>
3 years agoIntroduce Quantize-Dequantize to FakeQuantize transformation (#1849)
Mateusz Tabaka [Wed, 26 Aug 2020 08:51:51 +0000 (10:51 +0200)]
Introduce Quantize-Dequantize to FakeQuantize transformation (#1849)

* Introduce Quantize-Dequantize to FakeQuantize transformation

* Revert changes in DequantizeLinear

* apply code format

* Changes after review:

- description for transformation
- remove NGRAPH_CHECK and move some checks from callback to predicates in pattern
- check if out_low/high are broadcastable for FQ's first input
- fix params to copy_runtime_info

* Add type_matches and type_matches_any predicates

* Use get_single_value

* Changes after review:

- add brief description of transformation
- use get_pattern_value_map instead of get_pattern_map
- change opset1 to opset4
- fix params to copy_runtime_info

* Check result of dynamic_pointer_cast

3 years agoFixed Precision Conversion for GenericIE operation type (#1917)
Gleb Kazantaev [Wed, 26 Aug 2020 08:31:40 +0000 (11:31 +0300)]
Fixed Precision Conversion for GenericIE operation type (#1917)

* Fixed Precision Conversion for GenericIE operation type

* changed logic for setting output type in GenericIE

3 years ago[IE][VPU]: Fix NCE hang due to input dimensions exceed HW limitation (#1636)
Wenzeng Chen [Wed, 26 Aug 2020 07:38:58 +0000 (15:38 +0800)]
[IE][VPU]: Fix NCE hang due to input dimensions exceed HW limitation (#1636)

* Fixed NCE hang due to input dimensions exceed HW limitation
* Added convolution test for big input dimensions

Signed-off-by: wenzengc <wenzeng.chen@intel.com>
3 years agoImprovements for MKLDNN Input node execution (#1913)
Vladislav Volkov [Wed, 26 Aug 2020 05:38:29 +0000 (08:38 +0300)]
Improvements for MKLDNN Input node execution (#1913)

3 years agoRemoved WA with adding fake output for VariadicSplit operation (#1938)
Gleb Kazantaev [Wed, 26 Aug 2020 03:28:03 +0000 (06:28 +0300)]
Removed WA with adding fake output for VariadicSplit operation (#1938)

3 years ago[ MO ] Fix for remove_op_node_with_data_node (#1934)
Evgenya Stepyreva [Tue, 25 Aug 2020 17:30:41 +0000 (20:30 +0300)]
[ MO ] Fix for remove_op_node_with_data_node (#1934)

3 years ago[GNA] Remove profiler (#1931)
Pavel Rodionov [Tue, 25 Aug 2020 16:59:01 +0000 (19:59 +0300)]
[GNA] Remove profiler (#1931)

3 years agoSoftPlus operation implementation (#1365)
Anton Chetverikov [Tue, 25 Aug 2020 16:36:39 +0000 (19:36 +0300)]
SoftPlus operation implementation (#1365)

3 years agoCommon specific creator for ops to be converted to ie ops (#1928)
Ivan Tikhonov [Tue, 25 Aug 2020 16:23:09 +0000 (19:23 +0300)]
Common specific creator for ops to be converted to ie ops (#1928)

* Add common specific creator for ops to be converted to ie ops

* fix cpu func tests

* Add macro for specific creators

3 years agoFix output name collision for incorrect ONNX models (#1930)
Maxim Vafin [Tue, 25 Aug 2020 15:43:43 +0000 (18:43 +0300)]
Fix output name collision for incorrect ONNX models (#1930)

3 years agoAdjust tolerance values in ModelImportRunner to the ones onnxruntime … (#1894)
Mateusz Tabaka [Tue, 25 Aug 2020 14:12:55 +0000 (16:12 +0200)]
Adjust tolerance values in ModelImportRunner to the ones onnxruntime … (#1894)

3 years agoFixed order of transformation to convert the TF OD API SSD models (#1887)
Evgeny Lazarev [Tue, 25 Aug 2020 13:39:34 +0000 (16:39 +0300)]
Fixed order of transformation to convert the TF OD API SSD models (#1887)

* Fixed order of transformation to convert the TF OD API SSD models

* Refactored the sub-graph modification for the TF OD API models related to Squeeze/Reshape after SSD heads

3 years agoAdded BatchNormInference tests (#1927)
Liubov Batanina [Tue, 25 Aug 2020 13:28:05 +0000 (16:28 +0300)]
Added BatchNormInference tests (#1927)

3 years agoDeprecated migration to Core guide (#1910)
Ilya Lavrenov [Tue, 25 Aug 2020 13:00:09 +0000 (16:00 +0300)]
Deprecated migration to Core guide (#1910)

3 years ago[IE][VPU]: Update firmware (#1915)
Maksim Doronin [Tue, 25 Aug 2020 08:43:24 +0000 (11:43 +0300)]
[IE][VPU]: Update firmware (#1915)

* Firmware update contains changed conditions for removing inner dimension with length 1 in Permute kernel

3 years ago[IE][VPU]: Fix KW issues on Linux (#1916)
Maksim Doronin [Tue, 25 Aug 2020 08:42:23 +0000 (11:42 +0300)]
[IE][VPU]: Fix KW issues on Linux (#1916)

* nullptr dereference fixed in Concat and Reduce stages in Graph Transformer
* missed parameters in asserts in StridedSlice stage was added

3 years ago[LPT] BLOCKED layout ignoring (#1873)
Edward Shogulin [Tue, 25 Aug 2020 07:43:33 +0000 (10:43 +0300)]
[LPT] BLOCKED layout ignoring (#1873)

* [LPT] BLOCKED layout ignoring

* [LPT] Permute transformation tests

* [LPT] Tests rework

3 years ago[CPU] Added H-Swish activation (#1445)
Alexandra Sidorova [Tue, 25 Aug 2020 07:19:06 +0000 (10:19 +0300)]
[CPU] Added H-Swish activation (#1445)

3 years agoReference implementation for ScatterUpdate (#1678)
Adam Osewski [Tue, 25 Aug 2020 03:12:39 +0000 (05:12 +0200)]
Reference implementation for ScatterUpdate (#1678)

* Reference implementation for ScatterUpdate and use of it in evaluate.

* Review comments. Clarify comments.

* Update file directory.

* Replace scatter_update reference implementation in ngraph/core/reference/

* Remove template code from ScatterUpdate reference implementation

* Apply review requests

Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
3 years ago[LPT] GemmTransformation usage fix (#1899)
Edward Shogulin [Mon, 24 Aug 2020 17:09:01 +0000 (20:09 +0300)]
[LPT] GemmTransformation usage fix (#1899)

3 years agov0::Pad operator removal (#1912)
Tomasz Dołbniak [Mon, 24 Aug 2020 16:03:01 +0000 (18:03 +0200)]
v0::Pad operator removal (#1912)

* v0::Pad operator removal

* Obsolete test removal

3 years ago[GNA] Change GNA library version to 1047.1 (#1867)
Pavel Rodionov [Mon, 24 Aug 2020 15:20:31 +0000 (18:20 +0300)]
[GNA] Change GNA library version to 1047.1 (#1867)

3 years agoDisable eager execution affecting TensorFlow 1 concept model handling (#1914)
Roman Kazantsev [Mon, 24 Aug 2020 15:01:45 +0000 (18:01 +0300)]
Disable eager execution affecting TensorFlow 1 concept model handling (#1914)

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
3 years ago[IE CLDNN] Fix concat in place with conv interactions (#1714)
Konrad Dobros [Mon, 24 Aug 2020 14:37:46 +0000 (16:37 +0200)]
[IE CLDNN] Fix concat in place with conv interactions (#1714)

This change fixes concatenation in place optimization where it may
interact with convolution that uses physical padding.
One of such cases is where input to optimized concatenation is also
input to convolution, so it should have padding to enable optimized
implementation.
Previously for all concatenation inputs padding was overriden with only
concatenation axis being padded.
This change fixes this issue by propagating padding across inputs and
output.

3 years agoAdd reshaping of dynamic network in python tests (#1850)
Tomasz Socha [Mon, 24 Aug 2020 11:58:38 +0000 (13:58 +0200)]
Add reshaping of dynamic network in python tests (#1850)

3 years ago[Python API] Deprecation of DataPtr.creator_layer and DataPtr.input_to properties...
Anastasia Kuporosova [Mon, 24 Aug 2020 11:57:55 +0000 (14:57 +0300)]
[Python API] Deprecation of DataPtr.creator_layer and DataPtr.input_to properties (#1905)

3 years agoPartial revert a commit with reference implementations of PriorBox(Clustered) ops...
Ivan Tikhonov [Mon, 24 Aug 2020 11:31:32 +0000 (14:31 +0300)]
Partial revert a commit with reference implementations of PriorBox(Clustered) ops (#1878)

* partial revert a commit with reference implementations of PriorBox(Clustered), disable references for this ops

* ngraph codestyle

* disable const folding unit tests for PriorBox(Clustered)

* fix arm build

* fix unit test

* Revert "fix unit test"

This reverts commit 1fe59e55d620c430e81c52edd3fc46f2b5b1a9b9.

3 years ago[ MO ] Reinfer shape sub-graphs once (#1908)
Evgenya Stepyreva [Mon, 24 Aug 2020 11:30:41 +0000 (14:30 +0300)]
[ MO ] Reinfer shape sub-graphs once (#1908)

* [ MO ] Reinfer shape sub-graphs once

* feedback

* feedback

3 years agoAdded test for Pad (#1902)
Liubov Batanina [Mon, 24 Aug 2020 11:16:29 +0000 (14:16 +0300)]
Added test for Pad (#1902)

* Addded test for Pad

* Add builder

3 years agoFix Assign, Matmul ops for correct work with keep_shape_ops feature for Kaldi models...
Ivan Tikhonov [Mon, 24 Aug 2020 11:11:01 +0000 (14:11 +0300)]
Fix Assign, Matmul ops for correct work with keep_shape_ops feature for Kaldi models (#1885)

* fix assign and matmul ops

* fix unit test

* static shapes by default for kaldi

3 years ago[IE CLDNN] Enabled tensor pitches in topk kernel for 0 input (#1898)
Vladimir Paramuzov [Mon, 24 Aug 2020 10:03:39 +0000 (13:03 +0300)]
[IE CLDNN] Enabled tensor pitches in topk kernel for 0 input (#1898)

3 years ago[IE CLDNN] Forcing bfzyx format in MVN layer (#1903)
Lukasz Debski [Mon, 24 Aug 2020 10:03:21 +0000 (12:03 +0200)]
[IE CLDNN] Forcing bfzyx format in MVN layer (#1903)

3 years agoReduce number of ops needed to create InstanceNorm (#1896)
Mateusz Tabaka [Mon, 24 Aug 2020 09:26:15 +0000 (11:26 +0200)]
Reduce number of ops needed to create InstanceNorm (#1896)

* Reduce number of ops needed to create InstanceNorm

InstanceNorm in onnx importer creates the same subgraph for Mean twice - once for Variance and once for actual Mean.
This change makes InstanceNorm to use single Mean which is shared by numerator and Variance.

Also enables IE_CPU.onnx_model_instance_normalization test case

* Revert changes to .gitignore

3 years ago[IE CLDNN] FP16 support for some quantized kernels (#1855)
Vladimir Paramuzov [Mon, 24 Aug 2020 05:47:45 +0000 (08:47 +0300)]
[IE CLDNN] FP16 support for some quantized kernels (#1855)

3 years agoLinux clang compilation error fix (#1891)
Tomasz Dołbniak [Fri, 21 Aug 2020 14:22:54 +0000 (16:22 +0200)]
Linux clang compilation error fix (#1891)

3 years ago[ MO ] Change layout of Shape sub-graphs once (#1875)
Evgenya Stepyreva [Fri, 21 Aug 2020 13:27:02 +0000 (16:27 +0300)]
[ MO ] Change layout of Shape sub-graphs once (#1875)

* [ MO ] Change layout of Shape sub-graphs once

3 years agoAccept empty initializers from ONNX models (#1776)
Tomasz Dołbniak [Fri, 21 Aug 2020 12:15:27 +0000 (14:15 +0200)]
Accept empty initializers from ONNX models (#1776)

* Accept empty initializers from ONNX models

* Create dummy constants instead of null nodes

* Code formatting

* Test the empty initializers handling in onnx importer

3 years ago[GNA] Additional checks (#1018)
Denis Orlov [Fri, 21 Aug 2020 11:43:01 +0000 (14:43 +0300)]
[GNA] Additional checks (#1018)

3 years agoAdded detailed error messages for cases when network has dynamic shapes on the conver...
Ilya Churaev [Fri, 21 Aug 2020 10:13:44 +0000 (13:13 +0300)]
Added detailed error messages for cases when network has dynamic shapes on the conversion moment (#1890)

3 years agoAdd method to classification_result for returning results (#1460)
Harald Rotuna [Fri, 21 Aug 2020 08:59:12 +0000 (11:59 +0300)]
Add method to classification_result for returning results (#1460)

3 years agoFix addOutput (#1888)
Gleb Kazantaev [Fri, 21 Aug 2020 02:51:42 +0000 (05:51 +0300)]
Fix addOutput (#1888)

3 years agoAzure CI: Enable all MklDnnFunctionalTests (#1881)
Alexander Zhogov [Thu, 20 Aug 2020 17:53:01 +0000 (20:53 +0300)]
Azure CI: Enable all MklDnnFunctionalTests (#1881)

* Azure CI: Enable all MklDnnFunctionalTests

* Update azure-pipelines.yml

* Disable failed test on Mac: moke_MobileNet/ModelTransformationsTest.LPT/mobilenet_v2_tf_depthwise_batch1_inPluginDisabled_inTestDisabled_asymmetric*

3 years agoFixed error message for ONNX importer tests (#1880)
Ilya Churaev [Thu, 20 Aug 2020 15:46:34 +0000 (18:46 +0300)]
Fixed error message for ONNX importer tests (#1880)

3 years ago[JAVA] Changed blob costructor (using cArray) in samples (#1863)
Anna Likholat [Thu, 20 Aug 2020 15:45:14 +0000 (18:45 +0300)]
[JAVA] Changed blob costructor (using cArray) in samples (#1863)

3 years agoReuse make_executable_network in ImportNetwork (#1869)
Ilya Lavrenov [Thu, 20 Aug 2020 15:34:19 +0000 (18:34 +0300)]
Reuse make_executable_network in ImportNetwork (#1869)

* Reuse make_executable_network for ImportNetwork

* make_executable_network returns ExecutableNetwork cpp wrapper

3 years agoUpdating ADE version (#1877)
Anton Potapov [Thu, 20 Aug 2020 15:32:41 +0000 (18:32 +0300)]
Updating ADE version (#1877)

- Fix gcc 9 build warnings

3 years ago[IE CLDNN] Add 3d spatials support to conv & pool imad kernels and unblock any in...
Jedrzej Hajduczenia [Thu, 20 Aug 2020 11:54:54 +0000 (13:54 +0200)]
[IE CLDNN] Add 3d spatials support to conv & pool imad kernels and unblock any in/out feature sizes (#1693)

3 years agoONNX ScatterND MO support (#1813)
Evgeny Lazarev [Thu, 20 Aug 2020 10:57:22 +0000 (13:57 +0300)]
ONNX ScatterND MO support (#1813)

* Added extractor for ONNX operation ScatterNDUpdate

* Updated list of supported operations for ONNX

3 years ago[IE TESTS] Added single layer tests HSwish (#1861)
Roman Lyamin [Thu, 20 Aug 2020 10:32:16 +0000 (13:32 +0300)]
[IE TESTS] Added single layer tests HSwish (#1861)

3 years ago[IE][VPU]: Execution graph via ngraph for VPU plugin (#1572)
Anton Dudchenko [Thu, 20 Aug 2020 09:56:12 +0000 (12:56 +0300)]
[IE][VPU]: Execution graph via ngraph for VPU plugin (#1572)

* Execution graph via ngraph for VPU plugin
* Enable ExecGraphTests
* Assert throw for multi device in tests
* Assert throw for gna device in tests

3 years ago[ MO ] FloorDiv replacement (#1860)
Evgenya Stepyreva [Thu, 20 Aug 2020 09:33:44 +0000 (12:33 +0300)]
[ MO ] FloorDiv replacement (#1860)

* [ MO ] FloorDiv replacement

* BOM file

* Review comments

* FloorDiv in SupportedFrameworkList.md

3 years agoRemove Structural Attributes from Proposal op. (#1853)
Ewa Tusień [Thu, 20 Aug 2020 09:31:43 +0000 (11:31 +0200)]
Remove Structural Attributes from Proposal op. (#1853)

3 years agoDeprecate nGraph v0 ops and builders (#1856)
Ilya Churaev [Thu, 20 Aug 2020 09:27:14 +0000 (12:27 +0300)]
Deprecate nGraph v0 ops and builders (#1856)

* Deprecate nGraph v0 ops

* Fixed build

* Added deprecated defines to fix windows

3 years ago[ MO ] KSO ON by default (#1730)
Evgenya Stepyreva [Thu, 20 Aug 2020 09:06:45 +0000 (12:06 +0300)]
[ MO ] KSO ON by default (#1730)

* [ MO ] KSO ON by default.
Introduce static_shape MO key, remove keep_shape_ops key usages

* keep_shape_ops -> static_shape

* static_shape = False by default

* Fix Proposal-4 shape infer

* style-apply

* Fix Layout Change for ShapeOf paths

3 years agoRevert "[GNA] Remove old GNA1 from Cmake scripts (#1686)" (#1864)
Pavel Rodionov [Thu, 20 Aug 2020 07:59:21 +0000 (10:59 +0300)]
Revert "[GNA] Remove old GNA1 from Cmake scripts (#1686)" (#1864)

This reverts commit ffe8599c309b32ef4bf6b6e73ea7a2edd2c048c0.

3 years agoinstall_NEO_OCL_driver.sh: Added downloading driver functionality after removal NEO...
Artyom Anokhov [Wed, 19 Aug 2020 19:21:34 +0000 (22:21 +0300)]
install_NEO_OCL_driver.sh: Added downloading driver functionality after removal NEO from the package (#1872)

3 years agoRestore change of i64 parameters to i32 (#1866)
Evgeny Lazarev [Wed, 19 Aug 2020 17:18:04 +0000 (20:18 +0300)]
Restore change of i64 parameters to i32 (#1866)

3 years agoChange "run_op_node" helper to use Parameter instead of Constant (#1722)
Ewa Tusień [Wed, 19 Aug 2020 15:55:20 +0000 (17:55 +0200)]
Change "run_op_node" helper to use Parameter instead of Constant (#1722)

* Replace Constant with Parameter in run_op_node.

* Pass inputs to function.

* Add func to get shape.

* Make constant if input is scalar.

* Add case for list.

* Fix test.

* Split tests for run_op_node and run_op_numeric_data.

* Split more tests.

* Split more and more tests.

* Mark tests with xfail.

* Mark more tests with xfail.

* Replace scalar with parameter.

* Code formatting.

* Set empty shape for scalar.

* Remove check for list.

3 years agoMoved AlgebraicSimplification and NopElimination passes to IE (#1859)
Gleb Kazantaev [Wed, 19 Aug 2020 15:55:11 +0000 (18:55 +0300)]
Moved AlgebraicSimplification and NopElimination passes to IE (#1859)

* Moved AlgebraicSimplification and NopElimination passes to IE

* Fixed headerfiles

3 years ago[IE CLDNN] Enable fsv16 format for all quantized models (#1791)
Vladimir Paramuzov [Wed, 19 Aug 2020 13:19:42 +0000 (16:19 +0300)]
[IE CLDNN] Enable fsv16 format for all quantized models (#1791)

3 years ago[NGRAPH] Fix system protoc version check in CMake (#1852)
Vladislav Vinogradov [Wed, 19 Aug 2020 13:05:00 +0000 (16:05 +0300)]
[NGRAPH] Fix system protoc version check in CMake (#1852)

Add `OUTPUT_STRIP_TRAILING_WHITESPACE` option to `execute_process` command.

Latest CMake (tested 3.18.1) doesn't strip new line from `protoc --version` call,
which leads to wrong `PROTOC_VERSION` variable and failure on git fetch step.

3 years agore-enable the myriadMultipleGraphsTests_nightly (#1836)
Evgeny Latkin [Wed, 19 Aug 2020 13:03:37 +0000 (16:03 +0300)]
re-enable the myriadMultipleGraphsTests_nightly (#1836)

* re-enable the myriadMultipleGraphsTests_nightly

* refresh version of Myriad firmware

3 years ago[GNA] add support for 4d eltwise (#1353)
Anna Alberska [Wed, 19 Aug 2020 13:03:18 +0000 (15:03 +0200)]
[GNA] add support for 4d eltwise (#1353)

* [GNA] add support for 4d eltwise

* cpplint fix

* refactor

* fix FP16 broadcast pass

* change anonymous function to InferenceEngine::details::product

* introduce anonymous function to the pass & add layer checks

* refactor tileBlob lambda

3 years ago[IE CLDNN] Fix vector iterators incompatibility issue in prepare_primitive_fusing...
Jedrzej Hajduczenia [Wed, 19 Aug 2020 12:51:24 +0000 (14:51 +0200)]
[IE CLDNN] Fix vector iterators incompatibility issue in prepare_primitive_fusing (#1842)

3 years agoFixed addOutput (#1844)
Gleb Kazantaev [Wed, 19 Aug 2020 11:57:28 +0000 (14:57 +0300)]
Fixed addOutput (#1844)

* Fixed addOutput

* Added tests; removed addOutput second call

3 years ago[IE CLDNN] Mixed precision scale support (#1848)
Vladimir Paramuzov [Wed, 19 Aug 2020 11:17:45 +0000 (14:17 +0300)]
[IE CLDNN] Mixed precision scale support (#1848)

3 years agoRemoved MO conversion of i64 inputs to i32 (#1835)
Evgeny Lazarev [Wed, 19 Aug 2020 10:58:57 +0000 (13:58 +0300)]
Removed MO conversion of i64 inputs to i32 (#1835)

3 years agoExtractImagePatches MO implementation and nGraph transformation (#739)
Anton Chetverikov [Wed, 19 Aug 2020 10:23:41 +0000 (13:23 +0300)]
ExtractImagePatches MO implementation and nGraph transformation (#739)

3 years ago[ MO ] Random Uniform Replacer (#1814)
Yegor Kruglov [Wed, 19 Aug 2020 09:32:16 +0000 (12:32 +0300)]
[ MO ] Random Uniform Replacer (#1814)

3 years agoLoadNetwork interface: executable network is returned as return value (#1840)
Ilya Lavrenov [Wed, 19 Aug 2020 08:44:29 +0000 (11:44 +0300)]
LoadNetwork interface: executable network is returned as return value (#1840)

* LoadNetwork interface

* Added reference to SOPointer to returned ExecutablNetwork

* Fixed test

3 years ago[LPT] Symmetric quantization support for efficientnet-b0 (#1773)
Edward Shogulin [Wed, 19 Aug 2020 08:36:48 +0000 (11:36 +0300)]
[LPT] Symmetric quantization support for efficientnet-b0 (#1773)

* [LPT] Symmetric quantization for efficientnet-b0

* [LPT] zero point calculation fix

Co-authored-by: Zinoviev, Vladimir <vladimir.zinoviev@intel.com>
3 years ago[IE CLDNN] Use fsv4 instead of af32 layout for imad case (#1784)
Vladimir Paramuzov [Wed, 19 Aug 2020 07:10:55 +0000 (10:10 +0300)]
[IE CLDNN] Use fsv4 instead of af32 layout for imad case (#1784)

3 years agoFixed path for pad reference impl (#1846)
Ilya Churaev [Wed, 19 Aug 2020 06:41:59 +0000 (09:41 +0300)]
Fixed path for pad reference impl (#1846)

3 years ago[IE CLDNN] added fusing support for ref and b_fs_yx_fsv16 implementations (#1692)
Sergey Nesterov [Wed, 19 Aug 2020 06:18:00 +0000 (08:18 +0200)]
[IE CLDNN] added fusing support for ref and b_fs_yx_fsv16 implementations (#1692)

3 years agoEnable HSwish - ngraph op, fusion/decomposition and reference implementation (#1770)
Katarzyna Mitrus [Wed, 19 Aug 2020 05:04:00 +0000 (07:04 +0200)]
Enable HSwish - ngraph op, fusion/decomposition and reference implementation (#1770)

* Add HSwish operator to nGraph

* Add HSwishFusion transformation

* Update check_constant function

* Add reference implementation for HSwish

* Enable reference implemenation in HSwish evaluate

* Add op_eval test

* HSwish fusion transformation test

* Add HSwishFusionWithoutRelu transformation

* Add more hswish fusion tests

* Register HSwishFusion pass in common_optimizations

* Update HSwish reference implementation

* Add HSwishFusion with Relu and Multiply

* Add HSwishDecomposition transformation pass

* Add HSwishDecomposition test

* Add HSwish op to ngraph python API

* Update HSwish fusion transformations

* Remove HSwishFusion from common optimizations

* Update hswish python API

* Add bf16 to evaluate hswish

* Update hswish python API

* Move hswish reference implementation

* UnaryElementwiseArithmetic inheritance

* Enable HSwish callback for clDNN

* Register HSwishDecomposition pass in ConvertOpSet1ToLegacy

* Enable HSwishFusion pass in common optimizations

* Use NGRAPH_RTTI_DECLARATION

* Moved python hswish test to the test_ops_unary

3 years agoAdd Range-4 support (#1552)
Maxim Vafin [Wed, 19 Aug 2020 04:58:41 +0000 (07:58 +0300)]
Add Range-4 support (#1552)

* Add Range-4 support

* Add type infer and IR Reader extender

* Implement ngraph Range-4

* Implement evaluate for Range-4

* Remove not needed types

* Resolve review feedback

* Add RTTI defines

3 years agoRemove ngraph::Lambda class, replace TensorIterator body with ngraph::Function (...
Ivan Tikhonov [Wed, 19 Aug 2020 04:09:32 +0000 (07:09 +0300)]
Remove ngraph::Lambda class, replace TensorIterator body with ngraph::Function (#1830)

* remove Lambda class, replace TensorIterator body with ngraph::Function

* Fix passing parameters from parent graph to subgraph

Co-authored-by: mbencer <mateusz.bencer@intel.com>
3 years agoReturn serialization to IR v7 under conditional compilation (#1820)
Ilya Lavrenov [Wed, 19 Aug 2020 03:53:17 +0000 (06:53 +0300)]
Return serialization to IR v7 under conditional compilation (#1820)

3 years agoFixed set/get batch size logic for scalar inputs (#1837)
Ilya Churaev [Wed, 19 Aug 2020 03:37:04 +0000 (06:37 +0300)]
Fixed set/get batch size logic for scalar inputs (#1837)

3 years agoOptimize Concat operation (#1812)
Mateusz Bencer [Tue, 18 Aug 2020 15:28:57 +0000 (17:28 +0200)]
Optimize Concat operation (#1812)

* 1d case optimization

* code refactor

* concat optimization

* removed using template for concat

* unit tests to concat constant folding

* synchro with current master

3 years agoConvert Pad to GroupConvolution transformation (#1826)
Gleb Kazantaev [Tue, 18 Aug 2020 14:40:45 +0000 (17:40 +0300)]
Convert Pad to GroupConvolution transformation (#1826)

* Added ConvertPadToConvolution pass

* Removed NasNet transformation from MO

* Renamed Conv to GroupConv; Added tests

* Fixed typo; Added RTTI

3 years agoNgraph: hide itt.hpp to src (#1834)
Ilya Lavrenov [Tue, 18 Aug 2020 13:50:37 +0000 (16:50 +0300)]
Ngraph: hide itt.hpp to src (#1834)

* Use proper include for log.hpp

* Hide itt.hpp to src folder

* Removed CodeWriter

3 years ago[GNA] Implement ImportNetwork from stream (#1743)
Anna Alberska [Tue, 18 Aug 2020 13:41:46 +0000 (15:41 +0200)]
[GNA] Implement ImportNetwork from stream (#1743)

* add ImportNetwork from stream

* add test for importing network from stream

3 years agoMerge changes from 2020.4.0.1 (#1809)
Denis Orlov [Tue, 18 Aug 2020 13:11:10 +0000 (16:11 +0300)]
Merge changes from 2020.4.0.1 (#1809)

* [GNA] Propagate QoS timeout to the calling app (#1188)

* [GNA] Support timeout value set in Wait (#1499)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <denis.orlov@intel.com>
* [GNA] Fix callbacks (#1607)

Co-authored-by: Eugene Smirnov <eugene.smirnov@intel.com>
3 years agoAdd arithmetic operators for bfloat16 (#1831)
Ilya Churaev [Tue, 18 Aug 2020 10:49:30 +0000 (13:49 +0300)]
Add arithmetic operators for bfloat16 (#1831)

3 years agoFix a specification for CTCLoss operation (#1786)
Roman Kazantsev [Tue, 18 Aug 2020 10:47:59 +0000 (13:47 +0300)]
Fix a specification for CTCLoss operation (#1786)

3 years agov1::Pad evaluator (#1771)
Tomasz Dołbniak [Tue, 18 Aug 2020 10:43:54 +0000 (12:43 +0200)]
v1::Pad evaluator (#1771)

* v1::Pad reference implementation

* ut fix: pad_negative_exterior_1d

* ut fix: pad_negative_exterior_1d_check_limits & pad_edge_1d

* Code formatting

* ut fix: pad_edge_1d_top_neg & pad_edge_1d_top_neg_bigger_than_tensor

* More Pad UT fixes

* Pad UT fixes: REFLECT mode

* Fix all Pad UTs

* Switch Pad evaluation in INT backend

* Non-template solution to v1::Pad::evaluate

* Always create v1::Pad with 4 inputs

* VS compilation error fix

* Python test fix

* Remove the v0::Pad constant folding pass

* Some extra checks in v1::Pad evaluator

* Code formatting

* Remove an obsolete CF test

3 years agoAdd ONNX Round op (#1605)
Mateusz Bencer [Tue, 18 Aug 2020 10:10:23 +0000 (12:10 +0200)]
Add ONNX Round op (#1605)