Indira Salyahova
2f07b98251
[POT] Support layout in pot ( #9060 )
...
* support layout pot
* pylint
2021-12-15 09:12:54 +00:00
Zhang Yi
4fba88d29a
Yi3/shape inference 3rd batch ( #8611 )
2021-12-15 10:23:19 +03:00
Ilya Churaev
e8d5cf43d0
Move ie tests ( #9161 )
...
* Moved inference engine tests
* Fixed cmake
* Fixed paths
* Try to fix build
* Try to fix fluid tests
* Try to fix CI
* One more fix
* New issue
* Additional fix
* Disable Wall for tests
* Fixed old unit tests
* Revert "Disable Wall for tests"
This reverts commit 8b6e058f59
.
* Fixed some tests
* Fixed master build
* Fix build
* Fixed some warning
* Fixed merge conflicts
* Try to fix LTO
2021-12-15 08:50:56 +03:00
Mateusz Tabaka
0e4c50e24d
[MO] Move reverse input channels before mean/scale ( #9182 )
2021-12-15 00:41:21 +03:00
Egor Duplensky
3f6a026ae9
[CPU] Enable matmul deconv bin postops ( #8009 )
2021-12-14 19:44:38 +03:00
Irina Efode
2b9c4a7f42
[IE TESTS] Fix run of behavior GPU plugin config tests ( #9178 )
...
* [IE TESTS] Fix run of behavior GPU plugin config tests
* Return extra removed
* remove extra lines
2021-12-14 18:09:34 +03:00
Anastasia Popova
3cb27715e2
Partial shape serialization MO ( #8927 )
...
* Support of partial shape in MO.
* Added partial shapes serialization in MO.
* Removed breckets.
* Fixed parameter extender in IR reader.
* Removed wrong changes.
* Added checks, added tests.
* Updated help.
* Fixed import.
2021-12-14 17:59:19 +03:00
Tomasz Dołbniak
eab49eec8b
Backward compatible bindings for the Node class ( #9193 )
2021-12-14 15:33:39 +01:00
Yegor Kruglov
5c0b125554
Softmax-8 python API ( #9057 )
...
* added ngraph api for softmax-8
* Updated comments
2021-12-14 16:25:23 +03:00
Ilya Lavrenov
a64d694ded
Fixed ARM Android build ( #9205 )
2021-12-14 14:15:44 +03:00
Sungeun Kim
bf3046e3a0
[GPU] Integration Prelu fusing ( #8958 )
...
* [GPU] Add new data format: os_is_yx_osa2_isa8_osv8_isv2
* fusing prelu
- add onednn_post_op_type::binary_relu
* update onednn_gpu
2021-12-14 20:09:50 +09:00
Ilya Churaev
7ac9a8f88e
Enable ov core unit tests for cpu gpu devices ( #9188 )
2021-12-14 10:40:56 +01:00
Katarzyna Mitrus
3efe5b312e
[ONNX] Tests manifest and xfails cleanup ( #9133 )
2021-12-14 12:40:02 +03:00
Pavel Zamelin
a023c588ba
Fix parseArgMap for layer names with : ( #8826 )
2021-12-14 12:36:14 +03:00
Nikita Malinin
950fc508ad
[POT] Update tests references ( #9187 )
...
* Update test utils with the new MO
* Update references
* Refs update
* Disabled few tests & update refs
* Change model data_type
* Added TODOs
2021-12-14 12:15:49 +03:00
Roman Lyamin
7d0d0ea503
[GPU] Add NV12toRGB/NV12toBGR operations ( #8838 )
2021-12-14 12:01:50 +03:00
Ivan Vikhrev
b6176fa768
[IE Samples] restored support for multiple -i args ( #9190 )
...
* restored support for multiple -i args
* replaced return with break, moved return out of cycle
2021-12-14 11:37:50 +03:00
Andrey Noskov
e06d9fdbb9
[GNA] Added params to LSTMCell ( #8714 )
...
* [GNA] Added params to LSTMCell
- parametrized num of Cells
* Fixed review comments
2021-12-14 11:03:26 +03:00
hyunback kim
d09bbb498e
[GPU] Support usm_device dump. ( #9103 )
...
* [GPU] Support usm_device dump.
When lock/unlock copy to host buffer from device.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Remove dependency check in dump with usm.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Apply codereview feedback.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2021-12-14 14:58:52 +09:00
Irina Efode
7335387db9
[IE TESTS] Update SubgraphBase class ( #9148 )
2021-12-14 01:09:40 +03:00
Maxim Vafin
1ae556a426
Fix network -> model renaming merge conflict ( #9191 )
2021-12-14 00:50:25 +03:00
Dawid Kożykowski
6ad627d60c
[PYTHON] Add missing index operator bindings ( #9088 )
2021-12-14 00:46:37 +03:00
Anton Pankratov
ef58ec6c8c
Added get compiled model API ( #9186 )
2021-12-14 00:14:01 +03:00
Anastasia Popova
c39dba62b0
Partial shape serialization and deserialization in nGraph ( #8859 )
...
* Added support of partial shape serialization and deserialization.
* Small correction.
* Conflicts resolve.
* Clang-format.
* Fixed checks.
* Added partial shape, dimension support in visitor.
* Code style.
* Code style.
* Fixed IR reader parameter extender for partial shape.
* Moved IR reader changes to MO PR.
* Added rank check.
* Fixed dimension test.
* Code refactoring.
* Undo refactor.
* Code style
* Removed unnecessary code changes from cnn network.
* Extended visitor tests for PartialShape.
* Code style
* Removed code duplications, added dynamic rank test.
* Code style.
* Added negative tests for deserialization.
* Align with changes on master.
* Changed ov::Function to ov::Model.
* Fixed tests.
* Small fix.
* Fixed tests.
* Code style.
2021-12-14 00:09:45 +03:00
Ilya Churaev
28756d6ccf
Introduce separate install TBB script ( #9175 )
2021-12-13 23:46:39 +03:00
Mateusz Tabaka
b9f84530da
Remove identity on MaxPool outputs ( #9163 )
2021-12-13 17:30:22 +01:00
Ilya Znamenskiy
06865a252a
[GPU] TopK optimizations for value mode and OPERATION_NUM = 1 ( #9170 )
...
[GPU] Cycle unrolling and minimization of unused thread number
2021-12-13 19:11:18 +03:00
Ilya Lavrenov
4342473120
Migrated to ittapi v3.22.5 ( #9165 )
2021-12-13 15:59:58 +03:00
Ilya Churaev
5c5ccb98eb
Try to fix Windows post commit ( #9176 )
2021-12-13 15:40:41 +03:00
Anastasia Popova
5124d95df7
Old API map element type applying fix ( #8735 )
...
* Changed logic of applying old_api_map_element_type.
* Code style.
* Added validate_nodes_and_infer_types().
* Fixed MeanScale for uint8 parameters.
* Added checks.
* Small fix.
* Added unit test.
* Merge conflicts fix.
* Small correction.
* Small corrections.
* Added type correction.
* Added comment.
* Fix conflicts.
* Test fix.
* Small fix.
* Fixed conflicts.
2021-12-13 14:51:09 +03:00
Edward Shogulin
d109cf3348
[LPT] ONNX support extension: INT8 zero-point + FQ folding fix ( #9052 )
...
* [LPT] ONNX support extention: INT8 zero-point + FQ folding fix
* [LPT] ReduceMean plugin tests extension
2021-12-13 14:19:31 +03:00
serhii-pavlovskyi-altran
b5ebfb65dc
setup lohika cldnn ci ( #8239 )
...
Co-authored-by: Serhii Pavlovskyi <spavlovskyi@lohika.com>
2021-12-13 14:17:55 +03:00
Maxim Vafin
51947eeb3d
Add layout commands in MO ( #8829 )
...
* Add layout support in MO
* Apply review feedback
2021-12-13 13:57:19 +03:00
Pavel Esir
2ff4ef2e4f
fix requirements copy in mo setup.py ( #9127 )
2021-12-13 13:33:14 +03:00
Ilya Lavrenov
11f0ec8f46
Legacy as STATIC ( #5691 )
...
* Legacy library is static
* Don't export symbols from legacy
* LEgacy only for cnn_network_ngraph_impl.cpp
* Removed Windows specific functions calls
* Use static_cast
* Fixed Windows
* Removed legacy library to DM configs
2021-12-13 13:02:53 +03:00
Vitaliy Urusovskij
60e71e531b
Extend Tile test with different ops types ( #8804 )
2021-12-13 12:53:08 +03:00
Ilya Churaev
a986feeb6d
Fixed leftovers after backends removing ( #9169 )
...
* Fixed leftovers after backends removing
* One more try to fix CI
2021-12-13 12:38:53 +03:00
Mang Guo
a21241ae0d
Mang/shape inference interpolateV4/interpolateV0/ScatterElementUpdate/ScatterNDUpdate ( #8521 )
2021-12-13 12:26:03 +03:00
Irina Efode
a64dc2d238
[IE TESTS] Fix conformance mode in report according to updated XML files ( #9147 )
2021-12-13 12:08:04 +03:00
Zhang Yi
94195c7aba
Yi3/shape infer 1st batch ( #9105 )
2021-12-13 11:32:31 +03:00
Vladimir Dudnik
5b25dbee22
ov2.0 IE samples modification ( #8340 )
...
* ov2.0 IE samples modification
apply code style
turn off clang style check for headers order
unify samples a bit
add yuv nv12 reader to format_reader, helloe_nv112 sample
hello_reshape_ssd ov2.0
* sync with PR 8629 preprocessing api changes
* fix for slog << vector<int>
* add operator<< for ov::Version from PR-8687
* Update samples/cpp/hello_nv12_input_classification/main.cpp
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com>
* apply code style
* change according to review comments
* add const qualifier
* apply code style
* std::ostream for old inference engine version to make VPU plugin tests happy
* apply code style
* revert changes in print version for old api samples
* keep inference_engine.hpp for not ov2.0 yet samples
* fix merge artifacts
* fix compilation
* apply code style
* Fixed classification sample test
* Revert changes in hello_reshape_ssd sample
* rebase to master, sync with PR-9054
* fix issues found by C++ tests
* rebased and sync with PR-9051
* fix test result parsers for classification tests (except unicode one)
* fix mismatches after merge
* rebase and sync with PR-9144
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com>
Co-authored-by: antonrom23 <anton.romanov@intel.com>
2021-12-13 11:30:58 +03:00
Paul Youngsoo Ahn
4e8a6d5a4b
[GPU] Add sub/div mode in eltwise fusing ( #8759 ) ( #8759 )
...
- Add sub/div operation of eltwise fusing
- Propergate dep ordered info to Jitter
- Add sub/div to the fusing gpu tests
2021-12-13 10:24:37 +03:00
Ilya Churaev
4f62a48077
Remove ngraph backends ( #9162 )
2021-12-13 00:04:56 +03:00
Ilya Lavrenov
9e519946f0
Integrate JSON libs ( #9145 )
...
* Add nlohmann json (Release 3.10.4) as submodule
* Move nlohmann_json lib to json folder, add json_schema validator lib as submodule
* Move BUILD_SHARED_LIBS flag to a separete scope
* Add export of nlohmann_json_schema_validator
* Fix build
* set folder thirdparty
* link lib to offline_transformations and benchmark_app
* suppress shadowing names warning in nlohmann_json lib
* fix include in benchmark_app
* Resolve review comments: add json subdirs to samples cmake
* Fix static build
* Proper json integration
* removed cpp_samples_deps component
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2021-12-12 20:40:41 +03:00
Ilya Churaev
75ac2d4b7d
Fixed master build ( #9164 )
2021-12-12 11:18:44 +03:00
Mikhail Nosov
135849cf6c
[OV20] Preprocessing - back propagation of 'tensor layout' when convert-by-dims is used ( #9129 )
...
* Fix back propagation of layout when 'convert with dims' is specified
* Remove original 'reuse param's layout', as it is covered by back-propagation logic
* Remove debug test output
2021-12-12 01:01:35 +03:00
Steve Yoo
29715672fd
Remove unused header files in GatherTree-1 ( #9141 )
2021-12-12 00:18:33 +03:00
Gleb Kazantaev
586d97bcb0
RIC Fusion Transformation ( #8905 )
...
* Initial RIC Fusion version
* Added automatic RIC inserter/erases
* Updated RIC Attr; Added support for new operations; updated tests; simplified matcher registration
* New operaitons; layout independency
* Cleanup
* Added FQ support
* Cleanup; fix Conv+FQ
* Added accuracy check; fixed GroupConvolution handler
* Added Split->Concat and ShapeOf tests
* Improved test coverege; cleanup
* Function -> Model
* Fix node usage
* Added rank check and check for two consecutive init patterns
2021-12-11 23:21:13 +03:00
Ilya Churaev
37b0b6f7c8
Renamed ExecutableNetwork to CompiledModel ( #9144 )
...
* Renamed ExecutableNetwork to CompiledModel
* Fixed python
* Fixed comments
* Fixed build
* Fixed code style
2021-12-11 16:11:15 +03:00
Gleb Kazantaev
39db1c1a2a
Move offline_transformations to src/common ( #9155 )
2021-12-11 05:40:23 +03:00