Evgenya Stepyreva
067c2414d1
[ MO GroupNorm ] Covered float Multiplication with Converts ( #1602 )
2020-08-03 14:45:39 +03:00
Ilya Lavrenov
9f767f7b93
Hide implementation of SharedObjectLoader to cpp files ( #1556 )
...
* Hide implementation of SharedObjectLoader to cpp files
* Fixed GPU tests compilation
* Fixes for Unix; check OpenCL headers with strict flags
* Fixed Windows
* More fixes for Windows
* Fixed Unit tests
* Enabled compilation with libVA for new GPU tests
* Fixes for case when libVA is not available
* Removed useless NOMINMAX
* Useless include
* Fix
* Fixes
* Fixes for Intel compiler
* Fix for Windows + Intel compiler
* Fixed samples compilation with Intel compiler
2020-08-03 14:01:56 +03:00
Ilya Churaev
03dda94c5d
Disabled JSON library ( #1599 )
2020-08-03 13:59:20 +03:00
Tomasz Socha
91c71b81e0
[nG][Python]Make model runner compatibile with python 3.5 ( #1578 )
2020-08-03 12:56:59 +02:00
Ilya Lavrenov
b58d03ae05
Removed dirty skip from tests definitions ( #1591 )
2020-08-03 13:22:13 +03:00
Vitaliy Urusovskij
f8513d8fd3
[Stress] Remove --env_conf at all after deprecation ( #1582 )
2020-08-03 12:58:27 +03:00
Vladislav Volkov
d946f6cfde
Common library to trace using Intel ITT and new performance counters ( #1479 )
2020-08-03 12:53:00 +03:00
Ilya Lavrenov
80f2459e8e
Removed ie_parallel include from task executors ( #1588 )
2020-08-03 10:56:44 +03:00
Roman Lyamin
8245e5b6f4
[IE CLDNN] Added HSwish-4 operation ( #1585 )
2020-08-03 10:15:43 +03:00
Lukasz Debski
a17472fed0
[IE CLDNN] Gather 5d/6d support ( #1553 )
2020-08-03 10:05:53 +03:00
Nikita Kudriavtsev
e27382070c
[IE][VPU]: Use the string size, including the null-terminated character, to serialize the DataNode name ( #1496 )
2020-07-31 16:21:55 +03:00
Adam Osewski
1c22023a8e
Fix typo. ( #1571 )
2020-07-31 15:05:53 +03:00
Ilya Churaev
41da44ec07
Removed v0 convolution and group convolution ( #1512 )
2020-07-31 13:00:28 +03:00
Alexander Zhogov
601f66e1ec
Run nGraph code style check in the root of repo ( #1573 )
2020-07-31 12:19:12 +03:00
Vitaliy Urusovskij
25cadb661b
[Stress] Enable OMZ info_dumper.py in get_testdata.py ( #1485 )
...
* [Stress] Support OMZ model_info.py in get_testdata.py
* [Stress] Copy IRs from OMZ models folder to IRs folder
* [Stress] Support modified configs in C++ tests
* [Stress] Deprecate support of --env_conf due refactoring of configs
* [Stress] Update configs:
1. Removed env configs due deprecation
2. Moved test configs to a new format
* [Stress] Extend MemCheck records with info from test config
2020-07-31 12:13:12 +03:00
Roman Kazantsev
c56f024630
Fix for CTCLoss in NGraph ( #1563 )
...
Blank index is optional input and must be handled appropriately
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-07-31 11:57:29 +03:00
Jan Iwaszkiewicz
43652498c7
[nGraph] Py API get/set partial shape of parameter ( #1560 )
2020-07-31 10:14:39 +02:00
Alexander Zhogov
c5bac5a1b9
GitHub CI: Add filter for newly created PRs, and labels map in config.json ( #1532 )
...
* Add filter for newly created PRs, and labels map in config.json
* Fix label name
2020-07-31 10:43:22 +03:00
Alexander Perepelkin
d8502bf7d3
Virtual inheritance to allow inheriting test classes and overriding common logic ( #1557 )
2020-07-30 23:57:01 +03:00
Alexey Suhov
b760fbb9f6
add Ubuntu 20.04 to dependencies.cmake ( #1565 )
2020-07-30 20:49:27 +03:00
Ilya Lavrenov
17e457d7c8
Updated inference_engine.hpp ( #1539 )
2020-07-30 18:40:28 +03:00
Vladimir Paramuzov
8f966887d7
[IE CLDNN] Prod mode support in eltwise fusings ( #1491 )
2020-07-30 18:16:37 +03:00
Andrey Dmitriev
861bcc2949
[GNA] Support for cascade concat with non functional layers between concats ( #598 )
...
[GNA] Support for cascade concat with non functional layers between concats
2020-07-30 16:45:18 +03:00
Ilya Churaev
cf4dedbb92
Removed classes for DistributedInterface, State and Send, Resv v0 operations ( #1549 )
...
* Removed State
* Removed Recv and Send operations
* Remoced distributed interface
2020-07-30 16:27:21 +03:00
Ilya Churaev
ecb1344b4b
Removed v0 builders ( #1528 )
2020-07-30 16:26:31 +03:00
Ilya Churaev
1a727a597e
Changed visibility of nGraph node methods ( #1544 )
2020-07-30 16:25:32 +03:00
Adam Osewski
fc5d8c75d3
Fix false positives in ModelRunner. ( #1541 )
2020-07-30 13:26:19 +02:00
Jan Iwaszkiewicz
0f62031991
[nGraph] Matching names of functions ( #1524 )
2020-07-30 13:25:42 +02:00
Pavel Esir
66ebc76512
Specify, review and approve operation Proposal-4 ( #1270 )
...
* Specify, review and approve operation Proposal-4
* added types section and some other corrections
* Added example of Proposal-4 without reductions
* Corrected information about input tensors
* removed 'logits' from specification, added information about shapes
* removed `for_deformable` attribute
* changed `batch_size` to 7
* updated output dimension
2020-07-30 13:21:23 +03:00
Daria Mityagina
e38106239c
[IE][VPU]: Enable new tests for adjust_data_batch pass ( #1219 )
...
* New tests for adjust_data_batch pass
2020-07-30 13:19:33 +03:00
Roman Vyunov (Intel)
00630127e7
[IE][VPU]: Enabling of NonZero single layer tests ( #1502 )
2020-07-30 13:14:51 +03:00
Gleb Kazantaev
531a7209d5
Disable MatMul to FC conversion for VPU ( #1520 )
...
* Splited MatmulToFCorGemm transformation
* Updated VPU transformation predicate to check that MatMul has DSR as input
2020-07-30 11:50:52 +03:00
Jozef Daniecki
0c3da56ae1
nGraph unit tests refactoring ( #1495 )
2020-07-30 10:04:22 +02:00
Andrey Somsikov
9299e32df0
Add product version to memcheck records ( #1508 )
2020-07-30 10:17:56 +03:00
Ilya Lavrenov
9351547707
Removed public headers / dependencies for readers plugins ( #1534 )
...
* Removed public headers / depedencies for readers plugins
* Refactored cmake for onnx reader plugin as well
2020-07-30 07:00:44 +03:00
Ilya Lavrenov
77345a7383
Template documentation update ( #1519 )
...
* Updated Inference Engine Plugin developer guide
after inference using ngraph reference backend is added
* Documentation fixes
* Fixed review comments
2020-07-29 19:56:24 +03:00
Ilya Churaev
6c3b7ee8ca
Avoid redundant clone and reshape ( #1376 )
...
* Avoid redundant clone and reshape
* Removed some constructors
* Fixed output precision
2020-07-29 19:30:59 +03:00
Artyom Anokhov
2b1fc60435
setupvars.sh: Updated logic for detecting INSTALLDIR - using relative path every time instead of checking <INSTALLDIR> or INTEL_OPENVINO_DIR ( #1536 )
2020-07-29 18:23:36 +03:00
Katarzyna Mitrus
f34511642a
NodeVector -> OutputVector replacement ( #1272 )
2020-07-29 17:18:56 +02:00
Evgeny Lazarev
dec7df17ed
MO clean from IR v7 and other legacy code ( #1521 )
...
* Remove unnnecessary ir_version checks in the MO
* Cleaned up 'backend_attrs_v2' function
* Small clean up from the 'TFCustomSubgraphCall'
* Clean up the MO extractor attributes mapping
* Renamed PreluOp to PReLU
2020-07-29 17:43:12 +03:00
Szymon Durawa
aef6016298
Refactor tests to use TestCase class ( #1517 )
2020-07-29 16:08:19 +02:00
Vladimir Paramuzov
6e0001a189
[IE CLDNN] Changed weights layout for 1d scaleshift ( #1483 )
2020-07-29 14:08:58 +03:00
Jan Iwaszkiewicz
13ae51930b
Fix node name tests ( #1507 )
2020-07-29 12:27:30 +02:00
Evgeny Lazarev
eb8fe44de3
Updated MO requirements files ( #1511 )
...
* Updated MO requirements files
* Updated requirements in the CI config to run the pylint
2020-07-29 13:23:52 +03:00
Jan Iwaszkiewicz
185cafb4cc
[nGraph] Remove legacy Python API (1) ( #1504 )
2020-07-29 12:19:05 +02:00
Nikita Kudriavtsev
a644cb85d2
[IE Myriad] Use instance of InferenceEngine::Core via ie::ICore interface in Myriad plugin ( #1316 )
...
* [ci-skip][IE Myriad] ie::ICore pointer passed into FrontEnd from plugin
* [ci-skip][IE Myriad] Added MockICore to fix graph transformer tests
* [ci-skip][IE Myriad] IN renamed to I_N to avoid compile error in Windows build: C2513: 'int': no variable declared before '='
2020-07-29 11:30:30 +03:00
Adam Osewski
3a87653483
ONNX Model runner ( #1415 )
2020-07-29 09:34:35 +02:00
Ilya Churaev
5b918810d0
Removed redundant methods from function and util ( #1505 )
2020-07-29 06:19:45 +03:00
Anton Pankratv
18836f53cd
Implemented inference in template plugin ( #1308 )
...
* Implemented inference in template plugin
* Fixed tests
* Removed thirdparty dependency
* Simplified executor configuration
* removed half
* Fixed cmake
* Fixed ngraph node check
* device blob allocation
* Fixed enum error
2020-07-28 17:25:31 +03:00
Adam Osewski
2a96917e2a
Treat 1d single-element tensors as scalars. ( #1498 )
2020-07-28 14:01:13 +02:00