Commit Graph

3776 Commits

Author SHA1 Message Date
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
Krzysztof Bruniecki
df9525be38
[GNA] Add negative CNN2D tests (#5741)
* invalid kernel
  * invalid input
  * invalid padding
  * invalid stride
  * invalid dilation
2021-05-26 12:40:31 +03:00
Gleb Kazantaev
5b291b5d28
Fix memory leak inside Pruning transformation (#5819)
Co-authored-by: Gleb Kazantaev <gleb@nncv666el.inn.intel.com>
2021-05-26 12:34:50 +03:00
Egor Duplensky
e754a6b46f
[CPU] Fix RegionYolo (v3) node and Ngraph reference implementations (#5748) 2021-05-26 11:44:36 +03:00
Alexander Shchepetov
d25e149f76
Conditional compilation test can run from open source (#5629) 2021-05-26 11:43:59 +03:00
Anastasia Kuporosova
b5c5b6b974
[Python API] Add MemoryState API (#5731)
* [Python API] Add MemoryState API

* use inferRequest instead of IInferRequest

* implement VariableState through cpp

* small fixes + add tests for preprocess_info
2021-05-26 10:46:44 +03:00
Gleb Kazantaev
7933e9f61d
Find ie api based on platform (#5820)
Co-authored-by: Gleb Kazantaev <gleb@nncv666el.inn.intel.com>
2021-05-26 09:07:37 +02:00
Alexandra Sidorova
757d33e43e
[CPU] Changed switch case logic py precision for Transpose (#5814) 2021-05-26 09:30:01 +03:00
Maxim Andronov
06fb16d799
[CPU] Winograd convolution support (#5699) 2021-05-26 09:19:11 +03:00
Vitaliy Urusovskij
97a9a76ff9
Fix parsing of threads in stress/memory tests (#5695)
* Fix parsing of threads in stress/memory tests

* Replace `char*` with `string` due `char*` can't be modified
2021-05-26 02:04:06 +03:00
Maksim Shabunin
84392f33d1
ie_precision: added FloatTrait to fix VS2015 client compilation (#5810) 2021-05-26 01:04:46 +03:00
Anastasiya Koryachikhina
0e86b095cc
Add Inference with streams in MemCheckTests (#5608) 2021-05-26 01:01:51 +03:00
Evgenya Stepyreva
94f814bf4e
Squeeze with scalar axis (#5811) 2021-05-26 00:41:57 +03:00
Anton Pankratv
4db8285a4b
Simplified throwing macro (#5753) 2021-05-26 00:06:38 +03:00
Egor Duplensky
bae7f4b036
[CPU] Add bf16 support for ROI pooling (#5187) 2021-05-25 21:20:30 +03:00
Jan Iwaszkiewicz
c3ca8d048e
[ONNX] ArgMin/ArgMax support for select_last_index (#5661)
* Add Reverse Op to opset

* Worksave with Reverse path

* Add last_index support

* refactor argminmax factory

* Remove old xfail, add new one

* Fix proto file for argmax

* Rewrite test for select_last_index

* Add CPU tests to Manifest

* Update manifest

* Remove Reverse from opset7

* Refactor arg_min_max factory

* Added example comment in arg_min_max

* Codestyle changes
2021-05-25 20:37:07 +03:00
Dmitrii Khurtin
39c08e40f6
[GNA] Fix bug with broadcasting constant layer with fq layer (#5766)
* fix bug with broadcasting constant layer with fq layer

* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list

* constLayer->outData.front()->setDims is moved to conditions

* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
2021-05-25 20:03:18 +03:00
Dmitrii Khurtin
e3b4ae9038
fix a bug with heap buffer overflow (#5793) 2021-05-25 20:02:55 +03:00
Evgenya Stepyreva
74c8bd272b
Low Precision IR documentation (#5791)
* Low Precision IR documentation

* Apply suggestions from code review

Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>

Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2021-05-25 16:43:42 +02:00
Alexandra Sidorova
e848859e23
[CPU] Added optimized cpp impls (#5724) 2021-05-25 17:21:53 +03:00
Daria Mityagina
0772f7b665
[VPU][TEST] Move some Interpolate tests to nightly, reduce number of tests (#5785)
* Move some tests to nightly, reduce number of tests

* small change - failures fix
2021-05-25 17:04:50 +03:00
Evgenya Stepyreva
74293c54df
Transpose FQ optimization (#5763)
* Transpose FQ optimization

* Tests added
2021-05-25 16:42:21 +03:00
Mateusz Tabaka
d509fe64ab
[ONNX] Use Reshape instead of Broadcast in v6 operators: Add, Div, Mu… (#5711) 2021-05-25 15:30:01 +02:00
Aleksandr Voron
7d429e22f5
Update file_utils.cpp (#5783) 2021-05-25 14:17:56 +03:00
Maxim Andronov
25a463f4bf
[CPU] fix shape compute for GroupConvolution in FuseConvolutionAndZeroPoints (#5739) 2021-05-25 13:57:12 +03:00
Roman Donchenko
68cadf1ff9
Fix spelling errors in file names (#5776)
And similar errors in file contents.
2021-05-25 12:52:58 +03:00
Evgeny Lazarev
43bdf6b3c1
Fix pad op with int input 2021.4 (#5772)
* Added operation ConvertLike to the MO

* Fixed transformations with Pad which insert Const with pad value of incorrect type

* Added constant folding to ConvertLike operation

* Fixed unit tests for Pad transformations to include ConverLike operations

* Update copyright year

* nGraph code style fix
2021-05-25 11:55:27 +03:00
Ilya Churaev
7a31e29517
Fixed typo in snippets (#5781) 2021-05-25 11:45:10 +03:00
Maksim Kutakov
617636693a
[CPU] Nspc layout enabling in the FP32/BF16 convolutions (#5292) 2021-05-25 11:41:23 +03:00
Ilya Churaev
cc810297f4
Align style doc with samples (#5709)
* Added clang-format config

* Fixed style

* Fixed code-style for snippets and fixed build

* Disable clang-format for snippets

* Fixed comments
2021-05-25 10:32:48 +03:00
Min, Byungil
e41f378967
[IE CLDNN] Bugfix in eltwise ref and optimizing for fsv4 layout (#5104) 2021-05-25 09:24:34 +03:00
Ilya Lavrenov
87806320ab
Added preprocessing test which check whether specified and actual format can be different (#5771) 2021-05-25 07:12:39 +03:00
Ilya Lavrenov
b7c5edc944
Deprecated all ICNNNetwork methods (#5488)
* Deprecated ICNNNetwork

* ICNNNetwork deprecation

* Fixed comments

* More suppressions for ICNNNetwork

* Fixed C API compilation

* Deprecated ICNNNetwork methods only

* [IE CLDNN] Fixed cpplint for clDNN with Ninja generator

* Fixed compilation for ApiVersion with clang

Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
2021-05-25 07:11:55 +03:00
Bartosz Lesniewski
2d0707dd1a
Revise Result Op (#5637)
* Add type prop tests for shape and type propagation

* Add visitor test

* Add SLT test class for result op

* Add SSLT for result op

* Add CPU SLT

* Add backend test

* Applying review comments - fix typo in slt, replace type info with NGRAPH_RTTI_DEFINITION

* Applying changes after review comments

* Add result to trusted ops list

* fix adding redundant nodes in slt
2021-05-25 07:06:04 +03:00
Ilya Lavrenov
11af0bd904
CVS-56141 (#5746)
* CVS-56141

* Added dev component for C API
2021-05-25 02:31:15 +03:00
Gleb Kazantaev
cce849b90d
Fix constant sub-graph folding and dynamic shape issues inside Pruning transformation (#5768)
* Fix Pruning to avoid CF; added checks for static dims

* Fix shape_size call
2021-05-24 23:03:16 +03:00