Alexandra Sidorova
e848859e23
[CPU] Added optimized cpp impls ( #5724 )
2021-05-25 17:21:53 +03:00
Daria Mityagina
0772f7b665
[VPU][TEST] Move some Interpolate tests to nightly, reduce number of tests ( #5785 )
...
* Move some tests to nightly, reduce number of tests
* small change - failures fix
2021-05-25 17:04:50 +03:00
Evgenya Stepyreva
74293c54df
Transpose FQ optimization ( #5763 )
...
* Transpose FQ optimization
* Tests added
2021-05-25 16:42:21 +03:00
Mateusz Tabaka
d509fe64ab
[ONNX] Use Reshape instead of Broadcast in v6 operators: Add, Div, Mu… ( #5711 )
2021-05-25 15:30:01 +02:00
Aleksandr Voron
7d429e22f5
Update file_utils.cpp ( #5783 )
2021-05-25 14:17:56 +03:00
Maxim Andronov
25a463f4bf
[CPU] fix shape compute for GroupConvolution in FuseConvolutionAndZeroPoints ( #5739 )
2021-05-25 13:57:12 +03:00
Roman Donchenko
68cadf1ff9
Fix spelling errors in file names ( #5776 )
...
And similar errors in file contents.
2021-05-25 12:52:58 +03:00
Evgeny Lazarev
43bdf6b3c1
Fix pad op with int input 2021.4 ( #5772 )
...
* Added operation ConvertLike to the MO
* Fixed transformations with Pad which insert Const with pad value of incorrect type
* Added constant folding to ConvertLike operation
* Fixed unit tests for Pad transformations to include ConverLike operations
* Update copyright year
* nGraph code style fix
2021-05-25 11:55:27 +03:00
Ilya Churaev
7a31e29517
Fixed typo in snippets ( #5781 )
2021-05-25 11:45:10 +03:00
Maksim Kutakov
617636693a
[CPU] Nspc layout enabling in the FP32/BF16 convolutions ( #5292 )
2021-05-25 11:41:23 +03:00
Ilya Churaev
cc810297f4
Align style doc with samples ( #5709 )
...
* Added clang-format config
* Fixed style
* Fixed code-style for snippets and fixed build
* Disable clang-format for snippets
* Fixed comments
2021-05-25 10:32:48 +03:00
Min, Byungil
e41f378967
[IE CLDNN] Bugfix in eltwise ref and optimizing for fsv4 layout ( #5104 )
2021-05-25 09:24:34 +03:00
Ilya Lavrenov
87806320ab
Added preprocessing test which check whether specified and actual format can be different ( #5771 )
2021-05-25 07:12:39 +03:00
Ilya Lavrenov
b7c5edc944
Deprecated all ICNNNetwork methods ( #5488 )
...
* Deprecated ICNNNetwork
* ICNNNetwork deprecation
* Fixed comments
* More suppressions for ICNNNetwork
* Fixed C API compilation
* Deprecated ICNNNetwork methods only
* [IE CLDNN] Fixed cpplint for clDNN with Ninja generator
* Fixed compilation for ApiVersion with clang
Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
2021-05-25 07:11:55 +03:00
Bartosz Lesniewski
2d0707dd1a
Revise Result Op ( #5637 )
...
* Add type prop tests for shape and type propagation
* Add visitor test
* Add SLT test class for result op
* Add SSLT for result op
* Add CPU SLT
* Add backend test
* Applying review comments - fix typo in slt, replace type info with NGRAPH_RTTI_DEFINITION
* Applying changes after review comments
* Add result to trusted ops list
* fix adding redundant nodes in slt
2021-05-25 07:06:04 +03:00
Ilya Lavrenov
11af0bd904
CVS-56141 ( #5746 )
...
* CVS-56141
* Added dev component for C API
2021-05-25 02:31:15 +03:00
Gleb Kazantaev
cce849b90d
Fix constant sub-graph folding and dynamic shape issues inside Pruning transformation ( #5768 )
...
* Fix Pruning to avoid CF; added checks for static dims
* Fix shape_size call
2021-05-24 23:03:16 +03:00
Katarzyna Mitrus
eba2410411
Remove deprecated legacy transpose ref function ( #5765 )
2021-05-24 20:05:29 +03:00
Ilya Lavrenov
e54a3882ee
Removed obsolete code from cmake ( #5758 )
2021-05-24 19:41:55 +03:00
Ivan Tikhonov
0c30ccc120
Single layer tests for Assign/ReadValue ops ( #5735 )
...
* add single layer tests for Assign/ReadValue ops
* fix windows build, revert debug changes
2021-05-24 18:58:48 +03:00
Irina Efode
ad19d84b87
[IE TESTS] Add report_filename arg in ( #5762 )
2021-05-24 16:51:36 +03:00
Anastasiya Ageeva
52f1e8ced5
Fixed CVS-52338 ( #5445 )
...
* Fixed CVS-52338
* Minor fixes
2021-05-24 16:45:46 +03:00
Anastasia Popova
04de4e34bc
Additional telemetry events in MO. ( #5662 )
...
* Added additional telemetry events.
* Separated sending tf1 and tf2.
* Small correction.
* Unit test fix.
* Added op_names_statistic field in graph. Added op names saving in loop ext, while ext.
* Optimize imports.
* Added debug print.
* Added comments, removed debug print.
* Added comment.
* Renamed dynamic shapes event label to partially defined, added unit tests.
* Added attribute checks, moved telemetry methods to separate file.
* Small corrections.
* Updated BOM file.
2021-05-24 15:21:29 +03:00
Ilya Churaev
25999222b4
Added has_evauate to Node API ( #5708 )
2021-05-24 14:57:27 +03:00
Elizaveta Lobanova
416f9295a5
[GNA] Fix identity insertion into LSTMCell ( #5759 )
2021-05-24 14:42:27 +03:00
Alexandra Sidorova
a74ba7b18e
Fixed Softplus ref ( #5755 )
2021-05-24 14:34:12 +03:00
Vladimir Paramuzov
b87fa84c9f
[IE CLDNN] Fixed cpplint for clDNN with Ninja generator ( #5760 )
2021-05-24 14:09:10 +03:00
Jozef Daniecki
9eb7bfdfc0
More unit tests for Convert reference implementation. ( #5745 )
...
* Add Convert unit tests to check C++ to LP types convertion.
* Add unit tests to check LP types to C++ ints.
* Disable LP to C++ ints tets in CPU plugin.
* Remove f64 support from Convert evaluate.
2021-05-24 13:05:54 +03:00
Mikhail Treskin
66d98530d9
Handle 3rd optional input in CTCGreedyDecoderSeqLen evaluate ( #5669 )
...
* Handle 3rd optional input in CTCGreedyDecoderSeqLen evaluate
* Add test for OP without blank_index input
* Fix default blank_index calculation
2021-05-24 12:24:46 +03:00
Tomasz Socha
97f020481a
[ONNX][ONNX Editor] Generate an input with unknown shape and type for operators without schema. ( #5531 )
2021-05-24 11:04:11 +02:00
Ilya Churaev
d55b9193c5
Fixed AlignedBuffer destructor ( #5752 )
2021-05-24 11:41:26 +03:00
Gleb Kazantaev
2f95d25205
Fix non determinism inside Serialization ( #5743 )
2021-05-24 10:56:33 +03:00
Taylor Yeonbok Lee
e3b4037b69
[IE CLDNN] Fixed permute reorder fusing bug for blocked format => non blocked format ( #5754 )
2021-05-24 09:46:11 +03:00
Maxim Andronov
cec8ad417f
[CPU] Ngraph migration leftovers: performance fixes ( #5680 )
2021-05-24 08:43:18 +03:00
Ilya Lavrenov
bb3ea830cc
Returned C++ wrappers creation from interface API ( #5729 )
2021-05-21 20:50:16 +03:00
Vladimir Gavrilov
2bc69da1d1
Fix in model-optimizer/mo/back/ie_ir_ver_2/emitter.py. ( #5742 )
2021-05-21 18:58:03 +03:00
Elizaveta Lobanova
ee368fb828
[GNA] Fixed errors about unsupported 1d tensors ( #5667 )
2021-05-21 18:55:59 +03:00
Yegor Kruglov
40c5d116e3
Updated condition in metadata depersonalize function ( #5655 )
...
* updated condition in metadata depersonalize function
* renamed list with keys
* removed unnecessary key
2021-05-21 18:08:57 +03:00
Tatiana Troilova
f843c4af1a
updated third-party-programs.txt ( #5740 )
2021-05-21 17:05:20 +03:00
Alexandra Sidorova
57d49f3215
[CPU] Added MVN fusion for case with constants inside ( #5644 )
2021-05-21 14:35:56 +03:00
Anton Voronov
5e4c3c4804
[CPU] Deconvolution int8 support ( #5565 )
2021-05-21 13:54:56 +03:00
Roman Lyamin
5a42015e76
[IE CLDNN] Memory dependencies fix ( #5480 )
2021-05-21 13:42:31 +03:00
Mateusz Bencer
3dc1d7f457
[ONNX Editor] Use port indices instead of tensor names, new naming convention of inputs ( #5668 )
2021-05-21 12:24:51 +02:00
Jozef Daniecki
9e46be75af
Low precision types support in Convert operation ( #5640 )
...
* Add initial version of u1 type support.
* Turn off u8_to_u1 test in IE.CPU.
* Fix compilation issue.
* Replace std::memset with std::fill.
* Add u4 type support.
* Add i4 support.
* LP types support generalized.
* Remove std::copy optimization.
* Fix backend test for LP types.
* Fixed arm plugin compilation.
* Add LP types to Serialization SLT.
* Add Convert to summarize.py report.
2021-05-21 13:11:43 +03:00
Daria Mityagina
5ea8437c91
[VPU] Batch support for interpolate ( #5520 )
...
* batch support for interpolate
* hash update
* compilation errors solved
* changes in tests, so not to break other plugins
* changes in tests, so not to break other plugins
* Revert "changes in tests, so not to break other plugins"
This reverts commit 67e5c1e4ddba4f0cc858eb1293e50ce9d9ae0227.
* Revert "changes in tests, so not to break other plugins"
This reverts commit f6a537d2236f0b64f0ff028627af9e0e388a2d23.
* review corrections
* Firmware update
2021-05-21 12:54:58 +03:00
Ilya Lavrenov
de58c8d008
WA for DLBench ( #5737 )
2021-05-21 12:53:18 +03:00
Maksim Doronin
15127712a4
[IE][VPU]: Write info about booted device only on success ( #5734 )
...
* Copy a string with an address of the booted device only when the device has been successfully been booted. Otherwise, we should free allocated by strdup memory or we will get a memory leak.
2021-05-21 12:48:07 +03:00
Chen Xu
6595a1cebf
Fix topk failure ( #5524 )
2021-05-21 12:47:18 +03:00
Svetlana Dolinina
8e956654bf
fix stride for 1d maxpooling ( #5710 )
...
* fix stride for 1d maxpooling
* fix test
2021-05-21 11:57:40 +03:00
Victor Kuznetsov
af915859e3
Add float instance to time_tests parse_stats ( #5726 )
2021-05-21 11:12:05 +03:00