Define common frontend (#8110)

* Rename and reorganize frontend_manager

* Apply codestyle

* Fix installing headers

* Fix codestyle
This commit is contained in:
Maxim Vafin
2021-11-24 18:56:05 +03:00
committed by GitHub
parent 27fa64031b
commit 2f612f776b
90 changed files with 140 additions and 136 deletions

View File

@@ -9,7 +9,7 @@
#
# The following components are supported:
#
# * `Runtime`: OpenVINO C++ and C Core & Inference Runtime, frontend manager
# * `Runtime`: OpenVINO C++ and C Core & Inference Runtime, frontend common
# * `ONNX`: OpenVINO ONNX frontend
# * `PaddlePaddle`: OpenVINO PaddlePaddle frontend
#
@@ -37,8 +37,8 @@
#
# Frontend specific targets:
#
# `openvino::frontend::manager`
# OpenVINO frontend manager
# `openvino::frontend::common`
# OpenVINO frontend common
#
# `openvino::frontend::onnx`
# ONNX FrontEnd target (optional)
@@ -205,7 +205,7 @@ endif()
#
foreach(target openvino::runtime openvino::runtime::c openvino::core
openvino::frontend::manager openvino::frontend::onnx
openvino::frontend::common openvino::frontend::onnx
openvino::frontend::paddlepaddle openvino::frontend::tensorflow)
if(TARGET ${target} AND _ov_as_external_package)
_ov_target_no_deprecation_error(${target})