Commit Graph

5675 Commits

Author SHA1 Message Date
Tomasz Dołbniak
f9949b4140
Alignment of OV and ONNX models outputs naming (#7691)
* Alignment of OV and ONNX models outputs naming

* Python tests adaptation to new naming rules

* New output naming rules

* Output name retrieval adaptation (tensor iterator node)

* Copying of tensor names during output replacement

* Multiout multinode subgraphs handling in the importer

* Proper replacement tensor naming

* Model zoo test runner adaptation

* Backwards compatible python tests runner adaptation

* If node adaptation

* Adaptation to changes in master

* Deprecation warning suppression

* Imports fix in compatibility tests

* If node adaptation to the new naming

* MaxPool python tests re-enabled

* ONNX Identity elimination adaptation

* XFAIL for the Identity op test

* Support for Param->Result models and indentity op

* Fix of the ONNX Indentity handling

* The test that fails only on windows temporarily disabled

* ONNX tensor names test adaptation

* Code cleanup

* Code formatting

* Obsolete helper removal

* One more spot where output name helper should be used

* PyApi fix for tensors with multiple names

* Don't set friendly names for unnamed ONNX nodes

* Revert "Don't set friendly names for unnamed ONNX nodes"

This reverts commit 92c7ac59b5.

* Missing dot...

* And now the mypy nonsense...

* Use get_any_name in Loop

* New way of naming result nodes in ONNX FE
2021-12-09 11:16:50 +03:00
Victor Kuznetsov
0f1c545a19
[Time tests] Change work with perf_hint (#9090)
* add performance hint to time infer

* upd_time_tests
2021-12-09 10:29:55 +03:00
Steve Yoo
d3cf7b92d0
Create GatherTree-1 (#8995) 2021-12-09 09:26:43 +03:00
Ilya Lavrenov
e0ae61b06d
Added optional for exclude_from_all targets (#9100) 2021-12-09 08:51:21 +03:00
Alexander Zhogov
e4b8586f72
Azure CI: Enable linux_onnxruntime on master (#9097) 2021-12-09 08:46:00 +03:00
Nikita Demashov
ca0cdb896f
[LPT] Fix concat transformation tests and add subtract_convert push support (#8904)
* add test

* supporting pulling subtract convert

* supporting branch without subtract

* add tests with subtract convert and subtract without convert

* Fix allDequantizationShiftConvertAreNotZero & fix precision subtructInput
2021-12-09 02:13:19 +03:00
Dmitrii Khurtin
3118640569
removed unnecessary code of PWL & added additional tests for increase… (#8994)
* removed unnecessary code of PWL & added additional tests for increase PWL code coverage

* fixed errors

* removed Configuration from PowerParamsTuple

* fixed a bug related to an incorrect PWL value for functions neglog and neghalflog
2021-12-09 01:12:33 +03:00
Irina Efode
509797af58
[IE TESTS] Extend filters by results in report (#9089) 2021-12-09 01:05:28 +03:00
Svetlana Dolinina
12ccc66920
move creation of InferRequests back to Infer; fixed tests for QueryState (#8962)
* move creaton of InferRequests back to Infer; fixed tets for QueryState

* fix indentation

* fix indentation

* fixed MemoryLSTMCell test
2021-12-09 00:58:33 +03:00
Gleb Kazantaev
d18e80b604
Move back temp frolder to the CMAKE_SOURCE_DIR (#9072)
* Move back temp frolder to the CMAKE_SOURCE_DIR

* Fix windows azure
2021-12-09 00:00:36 +03:00
Anton Pankratov
32d3dade40
Fixed any kw issues (#9081) 2021-12-08 23:08:39 +03:00
Ilya Lavrenov
7095f2a1f7
Fixed linkage for G-API (#9083) 2021-12-08 20:12:08 +03:00
Wilson Seok
9faf661250
Add slt in template plugin/experimental detectron grid generator (#8923)
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now

* update repo

* add op reference test of ExperimentalDetectronPriorGridGenerator

* implement actual_comparision_size for compare

* update slt for actual comparison size and add visitor api test

* fixed clang error
2021-12-08 19:07:40 +03:00
Alexandra Sidorova
92760949bf
Added TransposeReshapeEliminationForMatmul Transformation (#7938) 2021-12-08 17:45:40 +03:00
Svetlana Dolinina
672565a8ed
deprecate mean_file option in Caffe (#8707)
* deprecate mean_file option

* add deprecation warning even if error happens

* removed Suppress for now deprecated options

* review fixes

* added dot
2021-12-08 17:38:46 +03:00
Ilya Lavrenov
64367fbca2
Export frontend_common as dev target (#9003) 2021-12-08 17:18:44 +03:00
Alexey Lebedev
ebba28a3e3
[tools] correct options for dynamic models (#9010)
* process dynamic model with one data_shape as static

* static reshaped to dynamic with one data shape can't be mesuared as static
2021-12-08 16:53:52 +03:00
Evgenya Stepyreva
86383d07e3
Revert "OpShapeInfer (#8310)" (#9086)
This reverts commit ee4643d97e.
2021-12-08 16:31:29 +03:00
Victor Kuznetsov
55f64a505a
Expand time tests to cover CPU caching feature (#8938)
* add performance hint to time infer

* add options for vpu, cpu cache, perf hint

* change VPUX condition

* add perf hint verify

* upd perf hint usage. set as non required
2021-12-08 15:22:44 +03:00
Krzysztof Bruniecki
893dd4531e
[GNA] Move to GNA Lib 3.0.0.1455 with extended CNN2D capabilities for GNA HW 3.0 (#8901)
* Switch to GNA Lib 3.0.0.1455, Adapt to new GNA 3.0 (ADL) limitations

   Apply limitations for GNA 3.0 CNN2D as in 22013786746
   Add new CNN2D tests for GNA 3.0 and update negative tests
   Switch download of 1455 to 01.org
   Fix weight reducer

* Apply review

	Increase max kernel number to 1024
	Update negative test
2021-12-08 14:55:20 +03:00
Anton Romanov
18d6fd3296
Fix tests after update archive with models (#9063) 2021-12-08 14:53:18 +03:00
Orest Chura
f734e7679b
Update fluid (#9007) 2021-12-08 14:43:31 +03:00
Alexander Zhogov
97f6dbf1f2
Update CODEOWNERS 2021-12-08 14:24:15 +03:00
Daria Mityagina
af5fba787f
[VPU] Add new operation "GatherND-8" (#8745)
In the MyriadX plugin, GatherND-5 will be called instead of GatherND-8, since the non-default batch_dims parameter values ​​are not plugin use cases.
2021-12-08 13:44:06 +03:00
Dmitry Pigasin
7fa6c42a8c
[IE Python Speech Sample] Enable -we option (#8750)
* Enable `-we` option

* Update readme
2021-12-08 13:05:22 +03:00
Sergey Lyubimtsev
01236619b5
Update TPP files for wheels (#8935)
* Update TPP files for wheels

* Remove myriad plugin and update `openvino` package description

* Update for product names
2021-12-08 12:50:30 +03:00
Szymon Irzabek
36b4dfedae
Gna matmul fix (#9026)
* [GNA] Handle additional case of matmul transpose with POT

* [GNA] Fix MVN decomposition initialization issue
2021-12-08 12:47:41 +03:00
Vladislav Golubev
55955f7ae9
[CPU] ROIAlign tests enabled (#8910) 2021-12-08 12:07:58 +03:00
Vladislav Golubev
07b6489524
[LPT] Security fixes (#9006) 2021-12-08 12:07:05 +03:00
Milana Shhanukova
38600949fa
[POT] Remove tpe algo (#8929)
* remove tpe

* delete unused object_dump.py

* delete tpe reference

* tpe removal in optimization

* deleted benchmark

* docs changes

* tunable quantization changes

* mistype in sentence
2021-12-08 11:43:39 +03:00
Artur Kulikowski
bc08878e91
Extend ONNX FE for operation DetectionOutput-8 (#9055) 2021-12-08 09:34:57 +01:00
Artur Kulikowski
64c6ca05ed
[Python API] Binding ov::Any (#8996) 2021-12-08 09:34:31 +01:00
Artur Kulikowski
6bbb2c86e5
Extend ONNX FE for operation PriorBox-8 (#9028) 2021-12-08 09:34:10 +01:00
Alexander Zhogov
d89d88ecf4
Azure CI: Disable MO based tests due to regressions 2021-12-08 11:27:17 +03:00
Egor Shulman
69b81be14e
[CPU] Fixed NormalizeL2 on SSE4.2 for blocked layout (#9071) 2021-12-08 11:20:33 +03:00
Vladimir Paramuzov
e04ca1516d
[GPU] Plugin refactoring (#9068)
* [GPU] Plugin files renaming

* [GPU] Updated plugin namespace to ov::runtime::intel_gpu

* [GPU] Renamed plugin classes to get rid of cldnn prefix
2021-12-08 11:03:24 +03:00
Zhang Yi
ee4643d97e
OpShapeInfer (#8310)
* [ShapeInfer]impl assign/read_value

* [ShapeInfer]impl tile

* [ShapeInfer]impl LSTM cell

* [ShapeInfer]Impl PriorGrid

* [ShapeInfer]remove useless friend function

* [ShapeInfer]apply review comments

* [ShapeInfer]revise code

* [ShapeInfer]impl copy_shape

* [ShapeInfer]fix tile ci

* fix onnx ci test

* remove test_compatibility fail_issue_39658

* [ShapeInfer]fix reviews

* [ShapeInfer]restore rnn_cell_base

* [ShapeInfer]fix win build

* [ShapeInfer]fix win type conversion

* [ShapeInfer]fix merging

* [ShapeInfer]move shape_infer to src/core

* [ShapeInfer]apply review comments

* [ShapeInfer]use shape_infer in tile evaluate

* [ShapeInfer]fix tile ci

* [ShapeInfer]enable shape_infer in mkldnn

* [ShapeInfer]use shape_inference in tests

* [ShapeInfer]remove useless in tile evaluate
2021-12-08 11:00:24 +03:00
Alexander Zhogov
82415f00d8
Azure CI: Fix Layer Tests 2021-12-08 10:38:55 +03:00
Alexander Zhogov
e29342325d
Update linux.yml
Azure CI: Fix Model Optimizer UT run
2021-12-08 10:30:32 +03:00
Taylor Yeonbok Lee
0704c08555
Fix lint error (#9067) 2021-12-08 09:43:02 +03:00
Mikhail Nosov
c45a8f1e18
Fix conflict with PR 9054 (#9074) 2021-12-08 09:40:52 +03:00
Mikhail Nosov
757b757a20
Preprocessing - added test for dynamic spatial shapes (resize) (#8980)
* Preprocessing - added test for dynamic spatial shapes (resize)

* Applied review comments

* Remove unnecessary change

* Revert signature to keep compatibility with kmb plugin

* Try fix centos
2021-12-08 09:21:07 +03:00
Pavel Esir
980904c9ec
[MO] Align MO namespaces (#7708)
* Moved and merged mo/ and extensions/ into openvino/tools/mo

* edited imports

* edited docs to use mo script from entry_point

* edited MO transformations list loading and setup.py

* changed full path -> 'mo' entry point in docs (leftovers)

* corrected package_BOM

* updated resolving --transformation_config in cli_parser.py

* pkgutil-style __init__.py, added summarize_graph into entry points

* updated DOCs for the new --transformations_config

* fix select

* updated install instructions, fixed setup.py for windows and python_version < 3.8

* fixed typo in requirements.txt

* resolved conflicts

* removed creating custom __init__.py from setup.py

* corrected folder with caffe proto

* corrected loading user defined extensions

* fix openvino.tools.mo import in serialize.py

* corrected layer tests for new namespace

* fix in get_testdata.py

* moved model-optimizer into tools/

* renamed import in POT

* corrected mo.yml

* correct CMakeLists.txt for the newest tools/mo

* corrected find_ie_version.py

* docs and openvino-dev setup.py update for the newest tools/mo

* miscellaneous leftovers and fixes

* corrected CI files, pybind11_add_module in CMakeLists.txt and use of tools/mo path instead of tools/model_optimizer

* add_subdirectory pybind11 for tools/mo

* POT path fix

* updated setupvars.sh setupvars.bat

* Revert "updated setupvars.sh setupvars.bat"

This reverts commit c011142340.

* removed model-optimizer env variables from setupvars

* updated CMakeLists.txt to pack MO properly with tests component

* corrected left imports, corrected loading requirements for layer tests

* mo doc typo correction

* minor corrections in docs; removed summarize_graph from entry_points

* get_started_windows.md, MonoDepth_how_to.md corrections, mo path corrections
2021-12-08 08:53:53 +03:00
Ilya Churaev
d502208f6e
Remove ngraph options (#9016)
* Renamed options

* Fixed configs

* Renamed unit tests

* Fixed cmake generation

* Fixed comments

* Fixed comments
2021-12-08 08:17:31 +03:00
Nikita Demashov
524491c170
[LPT] Remove legacy usage from LPT tests (#8985)
* delete convert_mul_or_add_finally_with_dequantization_function & mul_add_to_scaleshift_or_power_function.cpp

* delte reshape_fully_connected

* delete legacy layer_transformation.cpp & fix CMakeLists

* move createParams()
2021-12-07 23:22:58 +03:00
Pavel Esir
b6a5532c27
[IE][nGraph] resolve division by zero for FP16 (#8676)
* initial solution

* changed namespaces from ngraph -> ov; completed unit-tests

* added Power with negative exponent into the pattern

* division to -> division by; aligned with OV new folder structure; some minor corrections

* corrected pattern

* changed get_pattern_value_map -> get_pattern_map
2021-12-07 22:53:12 +03:00
Irina Efode
d55e67736b
[IE TESTS][IE CONFORMANCE] Implement infra to check operation implementation status in plugin (#8606)
* Init

* ini2

* init 3

* s

* Link error

* Init run

* Provide BinaryEltwiseExamples

* Report

* Update merge script

* Remove extra

* Filter + interface

* sssd

* Statistic

* Fix Win

* Update summary.cpp
2021-12-07 22:17:00 +03:00
cecilia peng
d5d85dae90
fix to pass sr_stridedslice_squeeze (#8977)
* 1. add test case to duplicate issue CVS-71981.

2. fix CVS-71981

* code clean.
2021-12-07 20:07:21 +03:00
Mikhail Nosov
20bf5fcc4a
Rename "network" to "model" in preprocessing API (#9054) 2021-12-07 19:26:27 +03:00
Mikhail Nosov
70b5e28979
[OV20] InputTensorInfo::set_shape (#9059)
* InputTensorInfo::set_shape

* Fix clang-format
2021-12-07 19:13:38 +03:00