Commit Graph

1990 Commits

Author SHA1 Message Date
Andrei Kochin
bfb14af992
[DOCS] make non-code text represented properly (#2717)
* docs: make non-code text represented properly

* docs: remove typo 'g'

* Fixing broken numeration

* Fixing broken numeration

* Fixing broken numeration

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2020-11-27 11:51:35 +03:00
Ilya Lavrenov
b1e99ba699
Enabled code-style for OpenVINO folder (#3385) 2020-11-27 06:21:30 +03:00
Bartek Szmelczynski
19ab50a4f6
Functional ops hand (#3381)
* add 4 tests for operators based on model zoo

* fix wrong names of the models

* add functional tests for equal, lstm_cell and psroi_pooling operators

* add functional tests for ConverLike and Mod operators
2020-11-27 06:17:17 +03:00
Bartosz Sochacki
b660dfcd91
[GNA] reduced number of iterations in FQ tests (#3378) 2020-11-26 19:49:16 +03:00
Alexander Peskov
f12a6c6bb4
Doc update. Add macOS section into IE intro guide (#3361)
* [DOC] Add macOS specific section into intro guide

Signed-off-by: Peskov <alexander.peskov@intel.com>

* Remove libinference_engine_legacy from 'must link with' section

Signed-off-by: Peskov <alexander.peskov@intel.com>
2020-11-26 19:36:36 +03:00
Ilya Lavrenov
db7f0b22fb
Made small improvements for legacy library build (#3376) 2020-11-26 19:18:36 +03:00
Ilya Lavrenov
7f01b5c28b
Apa/multi no legacy (#3331)
* Removed legacy network represetnation usage

* Updated core threading tests not to use legacy networks

* Removed QueryNetworkMULTIwithHETERONoThrowv7 test

* Removed QueryNetworkHETEROwithMULTINoThrow_v7 test

* Added QueryNEtwork test add skipped for GNA

Co-authored-by: apankratovantonp <anton.pankratov@intel.com>
2020-11-26 19:18:13 +03:00
Krzysztof Bruniecki
3126fbd102
[GNA] Reduce RESULT_NOT_READY test time (#3377) 2020-11-26 19:17:59 +03:00
Ilya Lavrenov
6f2bca0000
Moved code style cmake scripts to a common place (#3228) 2020-11-26 15:38:55 +03:00
Ilya Lavrenov
92e3972853
Significant documentation fixes (#3364)
* Added VariableState to Plugin API documentation

* More fixes for plugin documentation

* Added ie_memory_state.hpp to documentation

* Added proper dependencies between C++ and Plugin API targets

* Fixed issues in public C++ API reference

* Fixed issues in public C++ API reference: part 2

* Removed obsolete entries from EXCLUDE_SYMBOLS in doxygen config

* Fixed path to examples, tag files for Plugin API doxygen file

* Put impl to a private section for VariableStatebase

* Fixed examples path to Plugin API: part 2

* Fixed path to examples in main ie_docs doxygen file

* Replaced path to snippets; otherwise path depends on how cloned repo is named

* Added path to snippets for ie_docs doxygen file as well

* Great amount of fixes for documentation

* Removed IE_SET_METRIC

* Fixes for C API documentation

* More fixes for documentation

* Restored Transformations API as a part of Plugin API

* Fixed tag files usage for Plugin API

* Fixed link to FakeQuantize operation
2020-11-26 14:32:12 +03:00
Mikhail Kozlov
483ce3a18b
Rename KMB to VPUX (#3350) 2020-11-26 13:33:03 +03:00
Gladilov, Gleb
4a5d82a292
[IE][VPU]: Introduces ENABLE_EARLY_ELTWISE_RELU_FUSION option (#3357)
Unconditional Eltwise+ReLU merge makes some models take a bit more memory,
so they could not be inferred on Myriad-X. With this change used can
optionally disable this optimization and use Myriad-X.
2020-11-26 13:27:58 +03:00
Alexey Suhov
7275e249ad
[dependencies.bat] Add retry logic for downloading dependencies (#3366)
* [dependencies.bat] Add retry logic for downloading dependencies
2020-11-26 12:45:50 +03:00
Ilya Churaev
a3a69ba117
Remove pool offset from nGraph Tensor (#3373) 2020-11-26 10:50:59 +03:00
Bartosz Sledz
0671916cf4
Clarify Reshape_1 operator documentation (#3330)
* Clarify Reshape_1 operator documentation

* Fix style issue

* Fix reshape documentation after review
2020-11-26 08:29:54 +03:00
Vladislav Golubev
94c6aefbfe
[LPT] Added kernel verification to CPU-plugin tests for MatMul & Convolution (#2870) 2020-11-25 20:57:47 +03:00
Vladislav Vinogradov
1174ef64a4
Fix cross-compilation for ARM (#3354)
* Add missing `SHA256` for `SYSTEM_PROTOC` package.
* Do not use `NGRAPH_ONNX_IMPORT_ENABLE` variable for it,
  since it might not be defined at this time.
2020-11-25 19:34:56 +03:00
Andrey Zaytsev
fa3eceda08
Cherry-pick #3295 to master (#3359)
* Added info on DockerHub CI Framework

* Feature/azaytsev/change layout (#3295)

* Changes according to feedback comments

* Replaced @ref's with html links

* Fixed links, added a title page for installing from repos and images, fixed formatting issues

* Added links

* minor fix

* Added DL Streamer to the list of components installed by default

* Link fixes

* Link fixes

* ovms doc fix (#2988)

* added OpenVINO Model Server

* ovms doc fixes

Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>

* Updated openvino_docs.xml

Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
2020-11-25 18:07:43 +03:00
Tomasz Dołbniak
3a6c337f1a
Fix the potential unlimited mem allocation problem (#3346) 2020-11-25 17:41:39 +03:00
Alina Kladieva
1235bcb678
[Jenkinsfile] Add propagateStatus parameter (#3336)
Co-authored-by: akladiev <akladiev@nncv-akladieva.inn.intel.com>
2020-11-25 16:07:39 +03:00
Vladimir Gavrilov
4ca11d5df7
Update NMS-5 specification (#3303)
* Commit.

* Fixes in NMS documentation.

* Small fix.

* Small fix.
2020-11-25 14:04:46 +03:00
Piotr Rozen
8917adfd56
Fixed KW issues reported for build 754 of speech recognition demo (#3328) 2020-11-25 12:35:59 +03:00
Gleb Kazantaev
2b70fa1473
Removed wrong check from FC shape inference (#3332) 2020-11-25 07:01:58 +03:00
Dmitry Kurtaev
5fc2724199
[CMake] SHA is required (#3334) 2020-11-25 06:55:00 +03:00
Piotr Szmelczynski
68f954709d
Softmax revise (#3249)
* Update spec

* add default value to axis parameter

* add test for default axis value

* style apply

* remove default axis unit-test

* add node validation check for negative axis

* create type prop tests for default and negative axis values

* add softmax type_prop file to CMakeLists

* style-apply

* fix axis condition

* remove unnecessary node validation check

* rename prop_type test

* style-apply
2020-11-25 06:50:43 +03:00
Vladislav Volkov
1f96ddfbf9
Tools for conditional compilation (#3169)
* Tools for conditional compilation

* Unit tests for conditional compilation & Refactoring

* Fix for MSVC selective build macros

* Unit tests for conditional compilation in analysys mode

* Code generation for selective build is hidden inside CMake

* Comments for conditional compilation options
2020-11-25 06:43:35 +03:00
Evgenya Stepyreva
5ce8946864
[ MO ] Fix for preprocessing insertion on ShapeOf paths (#3243)
* [ MO ] Fix for preprocessing insertion on ShapeOf paths

* ScaleInput tests

* refactoring

* comments
2020-11-25 00:57:03 +03:00
Artyom Anokhov
ebcef6a2ad
[Scripts] Update install_NEO_OCL_driver with 20.35.17767 (#3287)
* install_NEO_OCL_driver: Added new CLI options. Added help. Added new available to download and install driver - 20.35.17767.

* install_NEO_OCL_driver: Fixed descriptions and var names

* install_NEO_OCL_driver: Fixed syntax

* install_NEO_OCL_driver: Updated capturing '-y' option. Removed installing prerequisites.

* install_NEO_OCL_driver: Rollback removing install_prerequisites, but keep only ocl-icd & libnuma dependencies. Updated definition of UBUNTU_VERSION.
2020-11-24 20:21:46 +03:00
Kamil Magierski
860fae2f27
[GNA] fix InsertCopyLayerPass (#3058)
* [GNA] fix InsertCopyLayerPass

* style

* [GNA] fixed Concat -> Memory case for InserCopyLayer

* Style

* [GNA] fix some FWL size mismatch cases

* [GNA] fix crop|split -> memory cases

* [GNA] One layer -> multiple concats fix tests

* style

* [GNA] move copy insertion after trivial non-functional layers
2020-11-24 20:08:09 +03:00
Ilya Lavrenov
42478ff0ce
Fixed klockwork for legacy library (#3319) 2020-11-24 19:16:17 +03:00
Anna Alberska
fa0c0ccd77
[GNA] Reuse CNNNetPrevLayerSkipCertain in scale factor calc (#2307)
* [GNA] CNNNetPrevLayerSkipCertain remove recurrent implementation

* fix CI tests

* [GNA] refactor CNNNetCheckNextLayerSkipCertain

* apply requested changes
2020-11-24 19:16:02 +03:00
Anton Voronov
627c5e6d0e
[CPU] fixed MergePermuteAndReorder optimization (#3318) 2020-11-24 19:14:53 +03:00
Svetlana Dolinina
843d5de611
added state API changes to doc (#3323) 2020-11-24 18:21:51 +03:00
Maksim Kutakov
cb55d1519f
[IE TESTS] Fixes to the Reduce operation single layer test. (#3263) 2020-11-24 17:34:50 +03:00
Maksim Doronin
7aa931fde8
[IE][VPU]: KW fixes in myriad plugin WW48'20 (#3312) 2020-11-24 16:44:32 +03:00
Anton Pankratv
b2714f18af
Used dynamic shape (#3234) 2020-11-24 15:50:15 +03:00
Krishna Prabhakaran
13806bf719
[IE][VPU]: Update call signature for vpu fw, update fw version (#3301)
* update call signature for vpu firmware, update the firmware version
* update hash for VPU firmware
2020-11-24 15:20:34 +03:00
Elizaveta Lobanova
a57554f769
[GNA] Fix a global buffer overflow in GNAModelSerial::Import (#3290) 2020-11-24 15:07:58 +03:00
Vitaliy Urusovskij
364bf08920
Add several new models to tgl_test_config.yml in time_tests (#3268)
* Fix wrong path for `yolo-v2-tiny-ava-0001` for time_tests

* Add several new models to `tgl_test_config.yml` in time_tests
2020-11-24 13:26:16 +03:00
Ilya Lavrenov
146d056018
Fixed links to build instruction (#3310) 2020-11-24 13:13:21 +03:00
Gleb Kazantaev
27efd1fc7e
Resolve dynamism in Serialize transformation (#3260)
* Added Interval shape inference for NMS5

* Added dynamic shape resolver for Serialize pass

* Refactored Serializatoin tests; Added tests with dynamic shapes(NMS5, ShapeOf)

* Fixed python NMS5 test

* Fixed LowLatecnyTests
2020-11-24 12:38:56 +03:00
Ilya Churaev
3d75c3e863
Relax the assert for network inputs/outputs (#3302)
Inputs can be empty for the constant networks
2020-11-24 12:32:42 +03:00
Ilya Churaev
6666e5fed3
Added pre-proc tests (#2708)
* Added pre-proc test

* Fixed mean image tests

* Disabled scale tests for CPU

* Disabled test for Myriad

* Disable tests for GPU

* Added reverse input channels test

* Disabled test for GPU

* Disable Myriad tests

* Added links to tickets
2020-11-24 10:09:54 +03:00
Bartek Szmelczynski
2c13e084ef
FunctionalOpTests (#3294)
* add 4 tests for operators based on model zoo

* fix wrong names of the models

* add functional tests for equal, lstm_cell and psroi_pooling operators
2020-11-24 06:23:14 +03:00
Roman Donchenko
a6d6203f79
benchmark_tool: replace logger.warn with logger.warning (#3291)
The former is deprecated.
2020-11-24 06:19:29 +03:00
Mateusz Bencer
5de9e0d3d0
Add calling validate_and_infer_types to onnx Loop (#3289) 2020-11-24 06:02:11 +03:00
Konstantin Satunin
9dc57d771d
Revert "Use default PDB files format (#3265)" (#3293)
This reverts commit d39f54df03.
2020-11-23 18:30:43 +03:00
Vitaliy Urusovskij
4bfb353dbd
Add fillBlobs to fix issue with negative values in image_info input layer (#3271) 2020-11-23 17:32:49 +03:00
Vitaliy Urusovskij
9f427bbf6e
Add WA for OMZ Keras models in stress tests (#3272) 2020-11-23 17:32:35 +03:00
Edward Shogulin
b5d7f236f4
[LPT] integration: issue #42391 & issue #43001 (cherry-pick to master) (#3255)
* [LPT] NetworkHelper::roundWithTolerance: removed tolerance & rename to round
[LPT] NetworkHelper::round functional tests
[LPT] ieFuncTests: updated some test-cases

* [LPT] Subtract is not used

* [LPT] AddTransformation: zero handling

* [LPT] AddTransformation test
2020-11-23 17:19:06 +03:00