Commit Graph

3143 Commits

Author SHA1 Message Date
Alexandra Sidorova
1c4428e945
[CPU] Fixed StridedSlice (#5219) 2021-04-14 10:37:10 +03:00
Ilya Churaev
5a111bfb27
Enable nonnull-compare flag for nGraph (#5213)
* Enable nonnull-compare flag for nGraph

* Fixed checks

* Fixed MSVC

* Fixed build
2021-04-14 10:35:20 +03:00
Ilya Lavrenov
3bbc9d2837
Added deprecation messages to docs for ExecutableNetwork (#5201) 2021-04-14 06:05:41 +03:00
Olesya Martinyuk
070201feee
Added test validating inference results after conditional compilation (#4840) 2021-04-13 22:16:14 +03:00
Szymon Irzabek
0fcb6d0464
[GNA] Fix iterator dereferencing (#5051)
* [GNA] Fix iterator dereferencing

* [GNA] Use templated code
2021-04-13 19:17:05 +03:00
Mateusz Tabaka
984a55ec88
Use ShapeOf to create a new shape for gamma, mean, bias in BatchNormDecomposition (#5157) 2021-04-13 16:00:12 +03:00
Gabriele Galiero Casay
0bbe9c73e6
Split specification refactoring (#5150)
* Review spec of Split operation

* Address review comments

   * Changed detailed description
   * Added more description for attribute
   * Changed T1 and T2 for T and T_AXIS
   * Changed range of values in axis input description
2021-04-13 15:43:48 +03:00
Patryk Elszkowski
4e8655ae3c
Update Constant OP spec (#5195)
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-04-13 15:42:45 +03:00
Patryk Elszkowski
75f9242cb4
cleanup constant op class (#5186)
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-04-13 15:32:29 +03:00
Patryk Elszkowski
11990e50aa
Scatter nd update new reference implementation (#5003)
* Add more span util and test

* ScatterNdUpdate new reference implementation

* add ScatterNDUpdate-3 to verified_operations

Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-04-13 14:26:50 +03:00
Tomasz Socha
684dcf0d92
[ONNX] Add support for BF16 datatype (#5194) 2021-04-13 11:21:21 +02:00
Rafal Blaczkowski
032ed451fd
[ONNX CI] Update config files to run tests parallel on single machine (#5168) 2021-04-13 11:20:22 +02:00
Bartosz Sledz
94e9b632e8
Revise ONNX Mod operator (Add support for attribute fmod == 0) (#5173) 2021-04-13 10:24:51 +02:00
Ilya Churaev
d2adcb354e
Removed legacy cmake message (#5212) 2021-04-13 11:13:44 +03:00
Patryk Elszkowski
0a2d40c7d9
remove wrong coment in pad spec (#5211)
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-04-13 08:56:59 +03:00
Ilya Churaev
c0764a5d0a
Supports case min == max for clamp (#5196) 2021-04-13 07:19:21 +03:00
Alexey Lebedev
64fd5734fe
[IE Tools] Fixed sending messages to error_handler (#5164)
* Fixed sending messages to error_handler

* Update CCT
2021-04-13 01:03:27 +03:00
Ilya Lavrenov
cae6a3bdcd
Turn clang-format targets off is no clang (#5202) 2021-04-12 23:40:18 +03:00
Anton Voronov
617a1024e1
[CPU] fixed dw conv fusing (#5146) 2021-04-12 22:32:00 +03:00
Vitaliy Urusovskij
634dc42808
Enable new infer_request_inference memleak test to cover *-52623 (#5183) 2021-04-12 20:00:11 +03:00
Maksim Kutakov
602224facb
CoreThreadingTestsWithIterations Win test is brought back. (#4418) 2021-04-12 19:57:34 +03:00
Gabriele Galiero Casay
c5d173c97a
Revise Split Single Layer Tests (#5190)
* Add serialization single layer tests

* Add more precisions, axis and num of splits in single layer tests

* Add op to script of trusted operations
2021-04-12 18:47:58 +03:00
Bartosz Sledz
4337a2f235
Fix specification of result sign (#5188) 2021-04-12 18:04:33 +03:00
iliya mironov
efeff1ee3e
Add keep split output ports without consumers (#5136)
* Add keep split output ports without consumers

* Fix ir reader for split outputs

* Update unit tests

* Refactoring code according to review

* Fix unit test

* Fix
2021-04-12 17:49:53 +03:00
Pavel Esir
6d2740a335
[nGraph] Gather 7 evaluate (#5088)
* initial working solution

* constant_folding for Gather-7 successfully enabled

* successfuuly added remaining unittests

* removed redundant evaluate from private

* fixed evaluate for dynamic axis

* fix pre-commit for KMB: added default batch_dims=0 to runtime/reference

* clang_format_fix

* added include ngraph/shape.hpp to fix compilation for onednn-plugin

* temporary removed out of bound check for gather

* removed optional argument for batch_dims

* added const

* finally successfully run on ARM: removed redundant declaration

* style fix

* changed argument types from size_t -> int64_t

* changed back to size_t
2021-04-12 17:01:39 +03:00
Mikhail Nosov
1662ee0647
[GNA] Enable IMPORT_EXPORT_SUPPORT metric (#4889)
* Proper cleanup of cache_dir on start/end tests

Also add ability to skip the test depending on plugins 'skip_test_config'

* [GNA] Enable IMPORT_EXPORT_SUPPORT metric

Some tests were skipped, appropriate tickets were raised
2021-04-12 16:46:42 +03:00
Tomasz Dołbniak
14e0da322e
Update the XFAIL marker for a Resize onnx test (#5068) 2021-04-12 13:38:56 +02:00
Roman Donchenko
b92d1c1bdd
Fix building MKLDNNPlugin when the source path contains spaces (#5109)
The key changes are:

* Using VERBATIM to ensure CMake property passes command-line arguments
  to child processes.

* Using the INCLUDE_DIRECTORIES property instead of COMPILE_FLAGS to add
  include directories, because COMPILE_FLAGS are treated as space-separated
  values. (A small side benefit is that this doesn't rely on -I being
  the include directory option.)

In addition, some changes had to be made in order to preserve behavior:

* The _GEN_ARGS_LIST variable has to be inlined, because ARCH_SET is a list,
  and therefore the "-DXARCH_SET=..." argument gets split into multiple arguments
  (this happens to work by coincidence without VERBATIM). IMO, the code looks
  better this way anyway.

* It's no longer necessary to replace spaces in XARCH_SET in
  cross_compiled_disp_gen.cmake, because those spaces were an artifact of how
  the CMake arguments were passed before.
2021-04-12 13:27:49 +03:00
Mateusz Tabaka
69e1eebf4f
Fix broadcast with BroadcastType::NONE and unit dimensions (#5093)
* Fix broadcast with BroadcastType::NONE and unit dimensions

* fix issues found by flake

* fix broadcast negative test

* remove xfail_issue_49913
2021-04-12 13:06:29 +03:00
Mateusz Tabaka
34385eb45d
[ONNX] use Reshape instead of Broadcast in InstanceNorm (#5148) 2021-04-12 12:03:00 +02:00
Vladislav Volkov
6b777b643d
Incorrect ITT counter names fixed (#5056)
* Incorrect ITT counter names fixed

* Code style fix
2021-04-12 12:59:54 +03:00
Anton Pankratv
232a25404f
Try to fix win hang (#4991) 2021-04-12 12:25:18 +03:00
Elizaveta Lobanova
69be1f1c02
[GNA] Prohibit 2D data reshaping for diagonal layer if it's the first functional layer in network (#5097) 2021-04-12 11:23:29 +03:00
Alexander Shchepetov
e864972f83
Add experiments timings to data to submit to DB(#5108) 2021-04-12 09:29:10 +03:00
Kelvin Choi
9f93509b1c
[IE CLDNN] Add new operation GatherND-5 to IE clDNN plugin (#4857) 2021-04-12 07:41:16 +03:00
Anton Pankratv
9a46851a33
Removed throwing destructor (#5023) 2021-04-12 07:20:59 +03:00
Egor Duplensky
88548416fd
Correct benchmark_app description of enforcebf16 parameter (#4958)
* Correct benchmark_app description of enforcebf16 parameter

* Align enforcebf16 parameter description across cpp and py benchmark_apps

* Fix typo

* Fix another typo
2021-04-09 18:08:32 +03:00
Min, Byungil
94eeb99ad0
[IE CLDNN] Resample opt caffe (#4770) 2021-04-09 11:26:51 +03:00
Aleksandr Korolev
a533680a60
[IE][VPU]: firmware update (#5143)
* Updating avgPooling errors tracking.
2021-04-09 10:11:18 +03:00
Anastasia Popova
cadff031d5
Fixed framework name attribute in mapping file. (#5046)
* Fixed framework name attribute for onnx, mxnet.

* Fixed framework name attribute for caffe.

* Removed unnecessary attribute setting from add_opoutput()

* Added identity nodes adding to outputs in mxnet loader.

* Removed unnecessary reformat.

* Removed unnecessary reformat.

* Added check for empty name.

* Used nodes indices instead of node names in loader.

* Code refactoring, small bug fixed.
2021-04-08 20:59:44 +03:00
Mikhail Ryzhov
b8f8c9c20e
Revert "Update IE Python Samples (#4907)" (#5151)
This reverts commit 003474937d.
2021-04-08 20:07:25 +03:00
Mikhail Ryzhov
c2e2fdf3fa
Corrected versions of numpy and pandas (#5106)
Aligned versions with the latest POT changes
2021-04-08 18:30:21 +03:00
Alexey Suhov
68b7280dd9
update OpenCV version to 4.5.2 (#5069) (#5134)
* update OpenCV version to 4.5.2
2021-04-08 16:58:21 +03:00
Yegor Kruglov
ca889f530d
[ MO ] Warnings fix (#5105)
* warnings fix

* remove redundant backslash

* add whitespace in the error message
2021-04-08 14:09:00 +03:00
Anton Romanov
d30740af66
Added more comments into speech sample (#5049) 2021-04-08 14:00:22 +03:00
Alexandra Sidorova
37893caa36
[CPU] Added improvements for StridedSlice (#4248) 2021-04-08 13:17:29 +03:00
Dmitry Pigasin
003474937d
Update IE Python Samples (#4907)
* refactor: update ie python samples

* python samples: change comment about infer request creation (step 5)

* python sample: add the ability to run object_detection_sample_ssd.py with a model with 2 outputs

* Add batch size usage to python style transfer sample

* Change comment about model reading

* Add output queue to classification async sample

* add reshape for output to catch results with more than 2 dimensions (classification samples)

* Set a log output stream to stdout to pass the hello query device test

* Add comments to the hello query device sample

* Set sys.stdout as a logging stream for all python IE samples

* Add batch size usage to ngraph_function_creation_sample

* Return the ability to read an image from a ubyte file

* Add few comments and function docstrings

* Restore IE python classification samples output

* Add --original_size arg for python style transfer sample

* Change log message to pass tests (object detection ie python sample)

* Return python shebang

* Add comment about a probs array sorting using np.argsort
2021-04-08 13:03:19 +03:00
Anton Pankratv
b20d9b725c
Used internal exec network impl (#4922) 2021-04-08 12:29:41 +03:00
Svetlana Dolinina
f858a62836
fix bug: assert is keyword, not function (#5131)
* fix bug: assert is keyword, not function

* fix comment
2021-04-08 12:02:18 +03:00
Mikhail Letavin
5d5bf97280
[IE CLDNN] Add sub-device support to GPU plugin (#4984) 2021-04-08 11:35:27 +03:00