openvino/tests/layer_tests/ovc_python_api_tests
Pavel Esir b8226db465
[OVC] Fix output parsing (#19425)
* fix parsing output

* use always coma backspace to separate outputs ', '

* update docstring

* call parser only for ovc cli tool

* docstring correction

* separate docs for cli tool and convert_model; other minor changes

* drop redundant arg from cli_parser_test.py

* more solid test cases added

* remove redundant argv.framework from cli_parser_test.py

* shape correction in concat

* Apply suggestions from code review

fix: coma -> comma

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

* apply review suggestions

* remove extra ')'

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-09-01 11:20:22 +02:00
..
conftest.py Removed InputCutInfo, disabled input cut in OVC. (#18927) 2023-08-10 23:47:27 +04:00
test_complex_params.py [OVC] Fix output parsing (#19425) 2023-09-01 11:20:22 +02:00
test_extensions.py Removed InputCutInfo, disabled input cut in OVC. (#18927) 2023-08-10 23:47:27 +04:00
test_onnx.py Removed InputCutInfo, disabled input cut in OVC. (#18927) 2023-08-10 23:47:27 +04:00
test_ovc_cli_tool.py Fixed 'output_model' logic in OVC. (#19171) 2023-08-17 09:47:18 +04:00
test_ovc_tool_help.py Removed InputCutInfo, disabled input cut in OVC. (#18927) 2023-08-10 23:47:27 +04:00
test_paddle.py Remove `example_output` for `ovc` and `ovc.convert_model` (#19079) 2023-08-15 15:14:25 +04:00
test_pytorch.py [PT FE]: allow example input list with single tensor (#19308) 2023-08-23 12:08:39 +04:00
test_tf.py Set CF=False. (#19223) 2023-08-17 11:22:26 +04:00