Commit Graph

1052 Commits

Author SHA1 Message Date
Ilya Lavrenov
b176578e13
Removed useless export from readers (#2009) 2020-08-31 19:00:58 +03:00
Pavel Esir
7cd6b353ef
[MO] Fix when Crop asks for MXNet specific cmdarg enable_ssd_gluoncv (#1978) 2020-08-31 18:06:13 +03:00
Evgenya Stepyreva
510c699731
[ MO ] DepthToSpace & ShuffleChannels fusion (#2001)
* [ MO ] ShuffleChannel fusion

* DepthToSpace fusion

* test

* comment
2020-08-31 16:20:19 +03:00
Alexander Chaiko
38eb4a2398
[IE CLDNN] Restrict bsv16_fsv16 convolution to int8 for batch 16 (#1954) 2020-08-31 10:58:32 +03:00
Ilya Lavrenov
d7762215b9
Fixed compilation with private plugins (#1997) 2020-08-31 10:58:07 +03:00
Evgeny Lazarev
210398674d
Multiple fixes related to tickets 37105 and 37615 (#1979)
* Multiple fixes.

1. Fixes SpaceToBatch transformation to not crash if inputs are not Constant
2. Fixed eliminate_squueze, eliminate_unsqueeze to not crash when input has dynamic rank
3. Added reference implementation for the FloorMod operation

* Code style fixes

* Update floor_mod.hpp

Removed unnecessary function
2020-08-31 10:41:18 +03:00
Konrad Dobros
2b8249fc9f
[IE CLDNN] Improve performance of fc block fp16 implementation (#1993)
Main purpose of this change is to fix weird behaviour of
fully_connected_gpu_fb_io_block_fp16 implementation where it shows
severe performance drop without bias.
Additionally assembly for case with bias is improved.
2020-08-31 09:52:47 +03:00
Ilya Lavrenov
c7b3bd0195
Fixed compilation when NGRAPH_INTERP is not enabled (#1998) 2020-08-31 06:47:42 +03:00
Ilya Lavrenov
c7c405d54b
Added note about QueryNetwork (#1965) 2020-08-30 17:07:08 +03:00
Yegor Kruglov
b162f9d5ac
[ MO ][ RESHAPE ] Fixes in RNNSequenceNormalize transformation (#1909)
* initial commit

* first reshap-able variant

* right version for reshape

* comment update

* fixes for failed e2e

* set data type to ngraph TensorIterator

* Fix dynamic shapes for cells ops

* clean up

Co-authored-by: yegor.kruglov <ykruglov@nnlvdp-mkaglins.inn.intel.com>
2020-08-30 01:19:22 +03:00
Maksim Doronin
b54c7bf7ea
[IE][VPU]: firmware update (#1973) 2020-08-29 13:23:53 +03:00
Andrey Dmitriev
bdbb04f47b
[GNA] Added fix for eltwise layer with more 65k elements (#1943) 2020-08-28 18:26:31 +03:00
Evgeny Latkin
245920a95d
[IE][VPU]: ignore 2nd output of Proposal layer (#1975)
* TODO: implement 2nd output, see: #-37327: Several models Failed to compile layer "proposals"
2020-08-28 17:18:42 +03:00
Roman Kazantsev
990f4e2919
Implement reshapeable CTCGreedyDecoderPlusSparseToDense transformation and test (#1906)
* Implement reshapeable CTCGreedyDecoderPlusSparseToDense transformation and test

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix consts (after code-review #1)

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Add CTCGreedyDecoderTransformation with more generic pattern

Also it adds new middle-replacer for transforming sequence length to a mask
along with tests.

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Do fixes after review #2

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix after review #3

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix after review #4

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-08-28 14:28:32 +03:00
Anna Alberska
37357350ad
refactor import network (#1871) 2020-08-28 13:48:48 +03:00
Mateusz Bencer
55e4d5673a
NormalizeL2 transformation (#1892)
* first version of implementation

* added unit tests

* changed multiply to pow

* doc + unit tests

* more unit tests

* code review remarks

* missing new line

* remarks

* review remarks

* Build fix - update constant check function in HSwishFusionWithClamp

Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
2020-08-28 06:51:46 +03:00
Tai-Min
2fc9680380
Fix the case when run stage of verification scripts failed on Windows 10 due to different build directory for executables (#1478) 2020-08-27 23:58:16 +03:00
Vladimir Paramuzov
34ba00174e
[IE CLDNN] Cleanup part 2 (#1865)
* [IE CLDNN] Removed some unused kernels and layouts

* [IE CLDNN] Removed bsv4_fsv32 layout

* [IE CLDNN] Removed remaining BF8_XY16 usages. Removed definitions.cl
2020-08-27 23:06:20 +03:00
Alexey Suhov
711d208eb8
Update install_openvino_dependencies.sh for Ubuntu 20.04 (#1974) 2020-08-27 22:30:30 +03:00
Mikhail Letavin
1690c93629
[IE CLDNN] Move iGPU to first position in GPU device map (#1828) 2020-08-27 21:25:24 +03:00
Andrey Sokolov
3ac60b08e2
[IE][VPU]: ROIAlign : use CHWc version (#1937)
* ROIAlign optimization (step 3): use CHWc version
2020-08-27 20:45:33 +03:00
Yuliya Maskina
07867198ce
GVA/Update install_openvino_dependencies.sh for GVA on Ubuntu20.04 (#1895)
* Update install_openvino_dependencies.sh for GVA on Ubuntu20.04

* Add dependencies
2020-08-27 19:41:52 +03:00
Nazmul Alom
03ace8b5a6
made compatible with ubuntu 20.04 (#1798)
* made compatible with ubuntu 20.04

* demo_benchmark_app updated

* demo_security_barrier_camera updated

* demo_squeezenet_download_convert_run updated

* Update demo_benchmark_app.sh

* Update demo_security_barrier_camera.sh

* Update demo_squeezenet_download_convert_run.sh

* unwanted file removed
2020-08-27 19:40:44 +03:00
Vladimir Paramuzov
041f1a694c
[IE CLDNN] Improved GWS for 3d fsv16 eltwise (#1957) 2020-08-27 17:57:30 +03:00
Dmitry Kurtaev
8b2c12967d
[JAVA] Use JUnit 4 features to log Java tests log (#1953)
* [JAVA] Use JUnit 4 features to log Java tests log

* [JAVA] Add device parameter for Java tests
2020-08-27 17:10:24 +03:00
Bartosz Lesniewski
d3682417bb
Add support for ReduceL1 and ReduceL2 to ONNX Importer (#1838) 2020-08-27 15:47:04 +02:00
Jan Iwaszkiewicz
c147f03d5f
[nGraph] RTInfo refactor (#1806) 2020-08-27 15:41:21 +02:00
Alexey Suhov
038d5d8f22
Update README.md (#1969) 2020-08-27 16:29:11 +03:00
Katarzyna Mitrus
410559d497
[ONNX] Update ONNX importer to use SotfPlus-4 (#1959)
* Use SoftPlus-4 in ONNX importer

* Tests update
2020-08-27 15:55:04 +03:00
Anastasia Kuporosova
bb729d0ee9
[Samples] Use get_ops for iteration over graph in samples (#1961) 2020-08-27 14:14:59 +03:00
Ilya Churaev
e60331a232
Use relative paths in error messages (#1963) 2020-08-27 14:04:02 +03:00
Alexey Varyzgin
b6b536f23c
[CPU] [MSVC] memcpy and memcpy_s were unified for all layers and SIMD functionality was enabled on VS2019 (#1374) 2020-08-27 13:49:31 +03:00
Anton Chetverikov
675e1c821e
Update priorbox extenders (#1925) 2020-08-27 13:10:44 +03:00
Evgeny Lazarev
a4d90a0aba
MO fusing activations (#1942)
* Added HSwish operation

* Added HSwish fusing transformation

* Fixed BOM

* Added unit test for HSwish fusing transformation

* Fixed unit tests for transformations using 'build_graph_with_edge_attrs' function to build the graph

* Added fusion transformation for Swish operation

* Added fusing transformation for Softplus operation

* Added fusion transformation for Mish operation

* Added check for the node name in the unit tests

* Fixed Mish fusion pattern

* Updated Mish fusion transformation. Added unit test

* Updated HSwish fusing transformation

* Updated Swish fusion transformation and tests

* Fixed unit tests
2020-08-27 11:56:52 +03:00
Evgenya Stepyreva
0182b97980
ExperimentalDetectron* shape infer old-style (#1962)
* ExperimentalDetectron* shape infer old-style

* nGraph reshape tests
2020-08-27 11:52:04 +03:00
Vladimir Paramuzov
ae8be58701
[IE CLDNN] Mixed mode support for proposal primitive (#1857) 2020-08-27 11:43:24 +03:00
Evgenya Stepyreva
45070963a5
[MO] Relax Reshape layer hardcode under MatMul (#1921)
* [MO] Relax Reshape layer hardcode under MatMul

* Memory fix
2020-08-27 09:45:08 +03:00
Evgeny Lazarev
0e9ead3495
Added workaround for logical elementwise operations to change the constant input data type if it does not match the other one (#1955) 2020-08-27 08:46:34 +03:00
Jedrzej Hajduczenia
d82a16abd8
[IE CLDNN] Fix fused ops in 1x1 conv fsv16 kernel (#1948) 2020-08-26 20:58:51 +03:00
Vladimir Paramuzov
9618367cff
[IE CLDNN] Fixed memory allocation for case when usm is not available (#1952) 2020-08-26 20:58:21 +03:00
Ilya Churaev
a072c3b7b6
Fixed mean image support for IR v10 (#1926)
* Fixed mean image support for IR v10

* Fixed comments
2020-08-26 20:45:54 +03:00
Mikhail Ryzhov
7859aab4b0
Modified samples to support ONNX models (#1680)
* Modified samples to support ONNX models

- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files

* Modified samples to support ONNX models

- Removed manual loading of IR .bin files (hello_classification, object_detection_sample_ssd)
- Corrected comments
- Added Note in README files
2020-08-26 18:53:24 +03:00
Artyom Anokhov
6a0f3e5efa
[SCRIPTS] install_NEO_OCL_driver.sh: Added verifying current driver version (#1951)
* install_NEO_OCL_driver.sh: Added verifying current driver version

* install_NEO_OCL_driver.sh: Updated removal oldest driver on Ubuntu. Updated logic on defining

* install_NEO_OCL_driver.sh: Fixed function name
2020-08-26 17:25:33 +03:00
Roman Kazantsev
9d5a6cff70
Enable eager execution while TensorFlow 2 model is loaded (#1945) 2020-08-26 17:16:58 +03:00
Anton Pankratv
70839c1663
Fixed threading configuration parameters (#1919)
* Fixed threading parameters

* Updated documentation

* Fix for macos

* Fix doc
2020-08-26 16:38:41 +03:00
Vladimir Paramuzov
2e7f4949ca
[IE CLDNN] int8 output support in fsv16 dw conv (#1886) 2020-08-26 16:15:02 +03:00
Kamil Magierski
b77b2e7fbe
Disable CanConvertFromAOTtoSueModel test (#1949) 2020-08-26 16:09:19 +03:00
Anton Pankratv
7c1b87c7aa
Query network should return all supported layers (#1845)
* Query network should return all supported layers

* Added other plugins. Fixed hetero and multi

* IRv7 test use legacy impl
2020-08-26 15:33:37 +03:00
Maksim Kutakov
99136f0940
[IE TESTS] Add Reverse Seq single layer test (#1933)
* [IE TESTS] Add Reverse Seq single layer test

* Added spaces for better readability.
2020-08-26 15:13:32 +03:00
Sergey Shlyapnikov
fe6cb54bca
[IE CLDNN] Weights reorders optimization (#1542)
* [IE CLDNN] Fix incorrect (g)_is_os_(z)yx_isv16_osv16 layout name

* [IE CLDNN] Constant blobs copying improvements

* [IE CLDNN] Weights reorders optimization
2020-08-26 15:12:55 +03:00