Zoe Cayetano
62a33f7f4b
Update get_ov_update_message.py ( #2499 )
2020-10-02 23:19:54 +03:00
Sergey Shlyapnikov
534a7b81a9
[IE CLDNN] Fix eltwise fused ops in NO_PITCH_SAME_DIMS mode ( #2454 )
2020-10-02 16:52:00 +03:00
Sergey Shlyapnikov
6b456e58a1
[IE CLDNN] Fix unsupported dims number error ( #2453 )
2020-10-02 16:51:09 +03:00
Artemy Skrebkov
20c20ad87a
Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0 ( #2407 ) ( #2504 )
...
* Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0
OpenCV 4.5.0
* Fix windows build
2020-10-02 13:15:10 +03:00
Irina Efode
229ca5e17b
[IE Tests] Added test filters for gpuFuncTests target ( #2496 )
2020-10-02 12:13:23 +03:00
Irina Efode
13924f9e3b
[IE Tests] Added test filters for cpuFuncTests target ( #2495 )
2020-10-02 12:13:07 +03:00
Irina Efode
a546d2d912
[IE Tests] Added test filters for gnaFuncTests target ( #2492 )
2020-10-02 12:11:36 +03:00
Irina Efode
3205108821
[IE Tests] Added test filters for myriadFuncTests target ( #2494 )
2020-10-02 12:11:21 +03:00
Sergey Nesterov
5d6c1a0140
[IE CLDNN] Changed the way of using fused ops to use activation appropriately ( #2415 )
2020-10-02 08:14:17 +03:00
Jedrzej Hajduczenia
d18073260b
[IE CLDNN] Remove debug code from reference_convolve ( #2493 )
2020-10-02 08:09:39 +03:00
Roman Donchenko
0c79804bcd
IECore.read_network: accept arbitrary PathLike objects and not just Path ( #1611 )
2020-10-01 20:34:11 +03:00
azhogov
6a87cbc8e2
Azure CI: Remove azure-pipelines.yml
2020-10-01 20:32:06 +03:00
Mateusz Bencer
7784b97bbc
Relax shape inference for Split:v1 ( #2444 )
...
* Relaxed shape inference for Split
* added unit tests
* review remarks
2020-10-01 20:29:19 +03:00
Gleb Kazantaev
e3270b6b34
Move passes to CommonOptimizations ( #2442 )
...
* Move passes to CommonOptimizations
* Updated BN tests to use ranges for constant value generation
* Added some decomposition passes into legacy conversion
* Added WA for FQReshapeFusion pass
2020-10-01 20:08:41 +03:00
azhogov
3a5ba5581f
Azure CI: Add separated pipelines for Windows, Linux, Mac
2020-10-01 18:43:19 +03:00
Andrey Dmitriev
949e23d0e8
[GNA]specific execution order for delayer copy layer ( #2117 )
...
[GNA]specific execution order for delayer copy layer + Test
2020-10-01 15:09:53 +03:00
Mikhail Kozlov
6ae332b072
Fix virtual class inheritance for single layer test detection output ( #2472 )
2020-10-01 14:34:04 +03:00
Kate Generalova
59ecc8279d
doc: add docker ci link to README.md ( #2483 )
2020-10-01 13:17:50 +03:00
Mikhail Ryzhov
a7b1228e85
Hide input redirection error ( #2473 )
...
timeout cmd can throw an input redirection error in background mode.
Replaced default timeout() with custom function delay()
2020-10-01 12:27:31 +03:00
Mikhail Ryzhov
afd7d63466
Added closing braсket ( #2466 ) ( #2479 )
...
Fixed syntax error (b4b03b1
)
2020-10-01 12:26:56 +03:00
Egor Churaev
a05333217c
Support operation Interpolate-4 in OpenVINO ( #1596 )
...
JIRA: 26973
2020-10-01 11:41:51 +03:00
Mikhail Ryzhov
6e3a69c3f1
Downgrade cmake for samples ( #2372 ) ( #2434 )
...
* Downgrade cmake for samples
Downgraded cmake version to default version for Ubuntu 18.04
* Updated supported python version
The minimal python version in 2021.1 is 3.5
* Added notes about cmake requirements for samples and demo
2020-10-01 11:37:39 +03:00
Vitaliy Urusovskij
639052d0b8
Support references in test_timetest.py ( #2431 )
2020-10-01 11:35:57 +03:00
Vitaliy Urusovskij
c8530201dd
Support DB reporting for test_timetest.py ( #2359 )
2020-10-01 08:39:19 +03:00
Alina Alborova
9ba4db7eae
[Cherrypick] Remove the deprecation notice ( #2408 )
...
* cherry-pick 1/2
* Removed deprecation notice
2020-09-30 20:32:25 +03:00
Piotr Szmelczynski
55451266c6
Host tensor 2 vector refactor ( #2443 )
2020-09-30 16:20:41 +02:00
Mateusz Tabaka
fd80873fca
Add support for custom ONNX GroupNorm operator ( #2267 )
2020-09-30 16:17:15 +02:00
helmutg
f858b0c46f
drop unnecessary cmake dependency on ext_gtest ( #2389 )
...
ngraph_test_util links libgtest, which depends on ext_gtest already.
Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
2020-09-30 16:01:11 +03:00
Andrey Zaytsev
d7d42f79be
Replace absolute links to docs.openvinotoolkit.org by relative ones ( #2439 ) ( #2461 )
...
* Replaced direct links to docs.openvinotoolkit.org with relative links
* Replaced direct links to docs.openvinotoolkit.org with relative links. Added GSGs for Win and macOS
* Minor fixes in GSGs
* Replaced direct links to docs.openvinotoolkit.org with relative links
* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process
* Fixed Notes
* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process
* fixed link to installing-openvino-linux.md
2020-09-30 14:00:19 +03:00
Vladislav Volkov
8f1ee05385
MKLDNN nodes factory improvements ( #2252 )
2020-09-30 11:31:19 +03:00
Eugene Smirnov
fecc7eac90
[GNA] fixed conversion from fp16 to fp32 networks in case of const blobs ( #2446 )
2020-09-29 19:44:12 +03:00
helmutg
266d275293
don't attempt to install an external tbb ( #2390 )
...
Co-authored-by: Vladislav Vinogradov <vlad.vinogradov@intel.com>
Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
Co-authored-by: Vladislav Vinogradov <vlad.vinogradov@intel.com>
2020-09-29 19:22:41 +03:00
Konstantin Satunin
2d3d703445
Add wget retry ( #2455 )
...
* Add wget retry
Make CMake download more tolerant to network issues
* Sync log message
2020-09-29 19:10:04 +03:00
Rafal Blaczkowski
e4875f2a6b
Add MSFT models to OpenVino ONNX CI check ( #2377 )
...
* Add MSFT models to OpenVino ONNX CI and update xfails
* Update paths
* Fix typo and update xfails
* Unset xfails to check current behavior
* Update:
* add MSFT models to preprocesing script
* update xfail names
* Final update of xfail test cases
* Update xfail paths
* Update xfails
* Uncomment part of preprocesing script
* Update script
* Add cleaning support for MSFT preprocesing
* Add -e option to script help
* Initilze variables
* Update ngraph/python/tests/test_onnx/model_zoo_preprocess.sh
Fix a mistake
Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
* Update ngraph/python/tests/test_onnx/model_zoo_preprocess.sh
align spaces
Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
2020-09-29 19:05:31 +03:00
Anna Alberska
1cfa47cde8
[GNA] clear input scale factor from configuration for imported model ( #2172 )
...
* [GNA] clear input scale factor from configuration for imported model
* add test
* [GNA] add warning for using imported scale factors
2020-09-29 18:32:09 +03:00
Eugene Smirnov
2be6032c8d
[IE][TESTS] Test params generator: fixed conversion from map of vectors into vectors of pairs in case of empty vector. ( #2445 )
2020-09-29 14:02:01 +03:00
Ilya Lavrenov
a5c01343c1
Added link options for cross-compilation ( #2399 )
2020-09-28 18:59:48 +03:00
Mateusz Tabaka
56a7a67dd2
Remove xfail_issue_36533 from ngraph tests ( #2436 )
2020-09-28 18:55:50 +03:00
Vladislav Vinogradov
d28a5d6c4f
[CMAKE] Introduce FASTER_BUILD experimental feature ( #2438 )
...
It uses CMake 3.16 built-in utilities to speed up build time:
* Unity builds
* Precompiled headers
The feature is controlled via `ENABLE_FASTER_BUILD` CMake option (disabled by default).
The option avaialble only on CMake >= 3.16.
The feature is enabled per-target via `ie_faster_build` function.
Some observations:
* Don't have actual numbers for compile time, but subjectively can see
speed up locally with VS 2019.
* Unity builds gives much more effect, but has some restriction on source files,
so are not used everywhere.
2020-09-28 18:53:11 +03:00
Andrey Markelov
63fbe78d76
Fix tile layer test header ( #2315 )
2020-09-28 17:13:49 +03:00
Evgeny Latkin
4dd1d57ccf
[IE][VPU]: Disables data type check of temp buffer in LSTMCell ( #2423 )
2020-09-28 12:36:44 +03:00
Mateusz Bencer
3e2a131441
Added support of external data for ONNX Importer ( #2303 )
2020-09-28 11:08:36 +02:00
Anton Pankratv
c8233b7b7c
Fixed canStartSeveralAsyncInsideCompletionCallbackWithSafeDtor ( #2404 )
2020-09-28 11:08:34 +03:00
Krzysztof Bruniecki
a14e12ee63
Return REQUEST_NOT_READY if GNA Wait returns busy status ( #2401 )
...
* Return REQUEST_NOT_READY if GNA Wait returns busy status
* Apply fixes from review
2020-09-28 10:22:23 +03:00
Anton Pankratv
863a7bd663
Holder test thread safe for all ( #2425 )
2020-09-25 21:12:24 +03:00
Andrew Bakalin
03d184726a
[IE][VPU]: Supports I32 for some eltwise precisions + tests ( #2364 )
2020-09-25 18:29:34 +03:00
Aleksandr Korolev
eda9498b79
[IE][VPU]: Reduce tests execution time ( #2378 )
...
* [IE][VPU]: Reduce tests execution time
* [IE TESTS] Remove 'ConfigurePlugin()' from 'memory_LSTMCell.hpp'
* [IE VPU TESTS] Myriad conv layer tests was changed
Co-authored-by: Maksim Doronin <maksim.doronin@intel.com>
Co-authored-by: kora6 <kora6@github.com>
2020-09-25 14:24:12 +03:00
Vitaliy Urusovskij
0bd966ad08
Add fill_inputs
step in timetests ( #2413 )
2020-09-25 14:08:03 +03:00
Pavel Esir
1c97b13e9a
[MO] Add explicit broadcasting mode ( #2077 )
...
* [MO] Add explicit broadcasting mode
* corrected value broadcast, added nontrivial test cases
* added negative unit-tests
* added axes normalization and permute inputs
* corrected axes normalization
* Update model-optimizer/mo/utils/broadcasting.py
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2020-09-25 13:26:47 +03:00
Artemy Skrebkov
31ad2ddc46
Update setupvars to add path to XLink ( #2371 )
...
- Do not export KMB_INSTALL_DIR. It is exported by another script
2020-09-24 15:03:16 +03:00