Mingyu Kim
13c024b7a3
Remove unnecessary cout message ( #10346 )
2022-02-15 16:14:56 +09:00
Ilya Churaev
8020a7abcc
Disabled LTO for frontend_common ( #10362 )
2022-02-15 06:03:20 +00:00
bell
f75e50cc88
limit gpu compiling threads ( #10349 )
...
* limit gpu compiling threads
Signed-off-by: fishbell <bell.song@intel.com>
* switch to 2.0
Signed-off-by: fishbell <bell.song@intel.com>
* clang format
Signed-off-by: fishbell <bell.song@intel.com>
2022-02-15 08:52:49 +03:00
Maxim Andronov
c3c52bae63
[CPU] Convolution caching support ( #9954 )
2022-02-15 08:47:03 +03:00
Anton Chetverikov
84ee38d89e
[MO] Move redundant checks in ScatterUpdate operation shape infer ( #10306 )
...
* Add extender for ScatterUpdate operation
* Remove scatterupdate extender
* Remove redundant checks in Scatter shape inference function
* Move checks to ScatterElementsUpdate operations
* mava checks to appropriate place
2022-02-15 04:55:38 +03:00
Jacek Skowron
a0ad849c19
[DOCS] add install guides minor changes ( #10317 )
...
* [DOCS] add minor changes to install guides
[DOCS] add minor changes to install guides
[DOCS] add minor changes to install guides
[DOCS] add minor changes to install guides
[DOCS] add minor changes to install guides
[DOCS] add minor changes to install guides
* [DOCS] add minor changes to install guides
2022-02-15 02:43:50 +03:00
Maxim Andronov
1ab9c07ccd
[CPU] Skip dynamic tests which executed via legacy API ( #10358 )
2022-02-15 00:45:50 +03:00
Daniil Lyakhov
2f9c5df271
[Ngraph transformation][Pruning]Matmul ops pruning support ( #10211 )
...
* Linear pruning support
* Minor fix
* Fix types
* Fix: stop 1d multiply propagation
2022-02-14 22:00:29 +03:00
Mikhail Nosov
2f876e3b5b
Fix ONNX's PriorBoxClustered accuracy ( #10091 )
...
* Fix ONNX's PriorBoxClustered accuracy
If step_heights == 0 and step_heights == 0, but 'step' is 16, then we should treat this as both = 16
* Removed workaround for ONNX frontend
2022-02-14 20:55:41 +03:00
Alexey Lebedev
d3712a148b
[tools] cross check tool with api 2.0 ( #10058 )
...
* save work
* save work
* save work
* basic changes with api 2.0
* Support input file mapping and bin files
* Some impovements
* remove mapping support
* Add -ref_layers parameter
* Fix error handler
* Update Readme and remove old parameters
* Fix readme
* remove info about precision
* rename layer to op
* rename blob to tensor
* remove info about shape
* remove unused imports
2022-02-14 20:25:31 +03:00
Katarzyna Mitrus
0050643e9b
Add BroadcastConstRangeReplacement transformation ( #10318 )
2022-02-14 19:42:51 +03:00
Dmitry Pigasin
3a5d821219
[IE Python Sample] Update docs ( #9807 )
...
* update hello_classification readme
* update classification_async readme
* update hello_query_device readme
* Fix hello_classification launch line
* Update hello_reshape_ssd readme
* update speech sample docs
* update ngraph sample docs
* fix launch command
* refactor py ngraph imports
* Replace `network` with `model`
* update example section with openvino-dev
* Update samples/python/classification_sample_async/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/classification_sample_async/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/hello_classification/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/hello_classification/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/hello_reshape_ssd/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
* Replace `Inference Engine` with `OpenVINO`
* fix ngraph ref
* Replace `Inference Engine` by `OpenVINO™ Runtime`
* Fix IR mentions
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
2022-02-14 19:03:45 +03:00
Dmitry Pigasin
310eb81403
[IE Samples] Update docs for C++ samples ( #9937 )
...
* update hello classification readme
* update hello classification readme
* update classification async readme
* replace `network` with `model`
* update example section with openvino-dev
* update hello query device readme
* Update hello reshape readme
* Update ngraph func creation readme
* update speech sample readme
* update hello nv12 readme
* Apply suggestions from code review
review comments accepted
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Replace `Inference Engine` with `OpenVINO`
* fix model ref
* Replace `Inference Engine` by `OpenVINO™ Runtime`
* Fix IR mentions
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2022-02-14 19:03:19 +03:00
Egor Duplensky
3fcff15166
[CPU] Fix performance hint property handling ( #10351 )
2022-02-14 18:42:57 +03:00
Ilya Lavrenov
2d3bd40c3d
Removed dead code ( #10331 )
2022-02-14 17:57:27 +03:00
Katarzyna Mitrus
e1197065fe
[Docs] Add Slice-8 op cpp constructors docs ( #10320 )
2022-02-14 17:46:45 +03:00
Xuejun Zhai
9b41aa707d
Modify for CVS-69023: hint configuration ( #10259 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com>
2022-02-14 17:46:11 +03:00
Gleb Kazantaev
a3d5b6501d
Fix get_constant_from_source ( #10350 )
2022-02-14 16:03:12 +03:00
Pavel Esir
d1477b8569
fixed setting 'out_ports_count' in ir_reader ( #10265 )
2022-02-14 16:01:22 +03:00
Mateusz Tabaka
08eb4766f2
[CPU] Don't change inputs child precision if it has Subgraph consumers ( #10238 )
2022-02-14 15:54:35 +03:00
Andrey Zaytsev
25bd2c8aee
Feature/azaytsev/docs dlsteamer revision ( #10155 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e
.
* Revised dlstreamer documentation
* Minor edits
* Fixed link
* Fix
* Edits after review
* Shorten DL Streamer name in the TOC
* Update documentation.md
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
2022-02-14 12:43:52 +00:00
Maxim Andronov
9ac542c455
[CPU] Restore legacy SetBlob and GetBlob to API 1.0 version ( #10094 )
2022-02-14 15:35:13 +03:00
Daniil Lyakhov
56be1a5438
Change User Transformations applying order in MO ( #10241 )
...
* Fix user transformation order in mo
* Move user transformation behind FP16 compression
* Move user transformation call before fp16 compression
2022-02-14 15:06:09 +03:00
Tomasz Dołbniak
a9b6eaf5c0
Multiple ONNX opset imports handling ( #10332 )
2022-02-14 12:59:41 +01:00
Dmitry Pigasin
9b1e4b801b
Add -layout
option ( #10272 )
2022-02-14 14:47:10 +03:00
Nikolay Shchegolev
3cb7592607
[CPU] Gather node. Support case with batchDims == indicesRank. ( #10170 )
2022-02-14 14:44:10 +03:00
Gorokhov Dmitriy
be4464ca2b
[CPU] Migrated legacy post ops mechanism on runtime data pointers ( #9938 )
2022-02-14 14:17:45 +03:00
Jan Iwaszkiewicz
9e89ee2478
[PYTHON] New Python docs and refactor/improvements ( #10032 )
2022-02-14 10:24:33 +01:00
Irina Efode
7ff5f5ea70
[IE TESTS][IE CONFORMANCE] Move Read_ir tests to Conformance ( #10300 )
2022-02-14 12:15:37 +03:00
hyunback kim
c5b26bc10c
[GPU] Support deconv double blocked format for b=32 ( #10164 )
...
* [GPU] Support batch32 deconv onednn
onednn rls-v2.6-pc2 support deconv batch32,
so remove the batch size limitation.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Update to merge duplicated checking onednn condidton in deconv.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Update to use is_node_for_onednn func in get_preferred_impl_type
Signed-off-by: hyunback <hyunback.kim@intel.com>
2022-02-14 17:39:26 +09:00
Anastasia Kuporosova
931f4c077d
[Python API] Update python test installation ( #10283 )
2022-02-14 11:24:29 +03:00
Anton Pankratov
be8e15c180
fix HETERO with branching without splits ( #10325 )
...
* Default value of streams in ba is AUTO
* Fixed hetero cases with branches
* Fixed format
2022-02-14 10:36:41 +03:00
Roman Lyamin
d13e04a693
[GPU] convolution_kernel_bfyx_1x1_opt fix ( #10338 )
2022-02-14 10:32:19 +03:00
Maksim Derbasov
bb0d82f724
Fix warnings ( #10278 )
2022-02-14 07:48:41 +03:00
Mikhail Nosov
d85715f991
Remove dynamism from API 1.0 ( #10167 )
...
* Refresh the PR
* Added check for dynamic inputs to LoadNetwork/QueryNetwork
* Fix review comment
* Added 'validation' callback to 'load network from file'
* Fix MockICore
* Added null-pointer check
2022-02-13 20:41:14 +03:00
Ilya Lavrenov
ba19551b13
Fixed typo ( #10313 )
2022-02-13 16:20:41 +03:00
Anastasia Popova
ac2e639ff8
Added telemetry to modules names list. ( #10295 )
2022-02-13 10:28:17 +03:00
Ilya Lavrenov
80a901e103
Add TF FE to OpenVINO package ( #10314 )
...
* Add TF FE to OpenVINO package
* Add double install for TF FE
2022-02-12 23:42:12 +03:00
Indira Salyahova
ea00eae922
[POT] Fix for measuring input shape when inference model with batch greater 1 in FBC ( #10063 )
...
* fix: diffrent batch shape in prediction and target in ac
* add calculate metric in engine True
* resolve conflicts
2022-02-12 19:12:58 +03:00
Nikita Malinin
8e43987cd7
[POT] Update IEEngine for SW API support ( #10304 )
...
* Update IEEngine for SW API support
* Change Engine for GNA sample
* Change stacks into reshape
2022-02-12 18:57:35 +03:00
Indira Salyahova
976a20cedf
[POT] Update input pattern ( #10220 )
...
* Update special_patterns.py
* Update IgnoredPatterns.md
2022-02-12 18:56:41 +03:00
Vladislav Volkov
78281fef74
[CPU] [Ngraph] Fix of memory leak in PassBase::get_name and leak in jit_avx2_1x1_convolution_with_dw_conv_fwd_t kernel ( #10199 )
2022-02-12 15:48:49 +03:00
Maksim Kutakov
451453c4ce
[CPU] Fixes for CpuBlockedMemoryDesc constructor and reorder availability checks ( #10299 )
2022-02-12 15:29:55 +03:00
Alexander Zhogov
e49370c008
Azure CI: Enable tests on Mac again
2022-02-12 14:22:37 +03:00
Alexander Zhogov
74475e216d
Azure CI: Add ccache on Mac ( #10290 )
...
* Azure CI: Add ccache on Mac
* Temp OFF
* disable tests
2022-02-12 11:52:07 +03:00
Ivan Tikhonov
9989db5ae0
Rename frontend extension files ( #10257 )
...
* Delete _extension suffix in file names; add extension.hpp header to include all extensions
* add extension.hpp file to include all extensions
* codestyle
2022-02-12 09:19:20 +03:00
Maxim Shevtsov
e3cc4833f4
Auto batch smart reshape strict testing (once we moved to dim tracking) ( #10253 )
...
* fixed perf-counters
* explicit auto-batching params that should guarantee the auto-batching is triggered ( to avoid fallback to no-batching when the selected batch1 size is just 1)
* makeConvPoolReluNoReshapes and using that whenever applicable to gaurantee the auto-batching is required (not important for things like plugin/executable-network config tests, but important for the inference-requests)
* getDefaultNGraphFunctionForTheDevice moved to the ov_behavior_test_utils.hpp
2022-02-12 02:00:34 +03:00
Pavel Esir
653ed4a34c
[MO] use revision hashes to compare IE & MO versions ( #10230 )
...
* fixed version comparison: for comparsion extracted hashes are used
* shortened 7 -> 11 to match the current version fromat from nightly
* corrected regex, added comparing by minimal hash len
2022-02-12 00:13:48 +03:00
Anton Pankratov
897e2acd91
Default value of streams in ba is AUTO ( #10305 )
2022-02-12 00:09:31 +03:00
Roman Lyamin
7b288d125a
[GPU] Gather fusion tests fix ( #10308 )
2022-02-11 20:57:44 +03:00