openvino/tests/layer_tests/mo_python_api_tests
Anastasiia Pnevskaia 5d399faa64
convert_model() in openvino.runtime. (#18080)
* Used pip wheel to build OpenVINO wheel

* Added convert_model() to openvino.runtime.

* Removed duplication of InputCutInfo, LayoutMap

* Switched Model Conversion API tests to convert_model from openvino.runtime.

* Small correction.

* Format correction.

* Small correction.

* Removed duplication of moc frontend files.

* Small correction.

* Removed duplication of cli_parser, offline_transformations.

* Code corrections.

* Removed code duplications.

* Removed code duplications.

* Updated codeowners.

* Switched layer tests to convert_model().

* Improvements

* Small correction.

* Caffe parser path fix.

* Added python api properly into deb / rpm packages

* Moved implementation to ovc tool.

* Moved implementation to ovc tool.

* Small correction.

* Use cmake -E variant from cmake 3.13

* Namespace fixes.

* Minor fixes.

* Pylint fixes.

* Fixed BOM file.

* Small corrections.

* Minor corrections.

* Minor fix.

* Error fixes.

* Added telemetry requirement.

* Improvements to fix CI

* Some refactoring

* Don't use developer package for scripts projects

* Added exception in case when MO is not imported.

* Removed exception from init.

* Removed changes from cmake.

* Added unit ovc tests, fixed minor errors.

* Added ovc unit tests to azure.

* Corrected imports.

* Fixed path to tests.

* Added missed files.

* Corrected github labels.

* Removed benchmark app from dev package.

* Small fix.

* Small corrections.

* Comment fixed.

* Removed changes from setup.py

* Removed not needed change.

* Removed duplicating unit tests.

* Removed wrong change.

* Removed not needed change.

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Added ovc tool test, corrected imports.

* Added legacy TF config test.

* Removed not needed files.

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-06-30 18:26:14 +04:00
..
test_legacy_exts convert_model() legacy extensions fix (#15742) 2023-03-03 09:59:30 +04:00
test_transform_config Clearing of CustomReplacementRegistry.registry in convert_model() (#15893) 2023-03-02 14:49:45 +04:00
conftest.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
mo_convert_help.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00
mo_convert_legacy_extensions_test_actual.py tf.Graph decoder. (#16355) 2023-06-13 16:04:26 +04:00
test_mo_convert_complex_params.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00
test_mo_convert_extensions.py convert_model() legacy extensions fix (#15742) 2023-03-03 09:59:30 +04:00
test_mo_convert_paddle.py [MO][PDPD] Convert Paddle models from memory (#17005) 2023-05-20 18:13:21 +04:00
test_mo_convert_pytorch.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00
test_mo_convert_subprocess_tests.py convert_model() legacy extensions fix (#15742) 2023-03-03 09:59:30 +04:00
test_mo_convert_tf.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00
test_mo_help.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00
test_ovc_cli_tool.py convert_model() in openvino.runtime. (#18080) 2023-06-30 18:26:14 +04:00