Define common frontend (#8110)
* Rename and reorganize frontend_manager * Apply codestyle * Fix installing headers * Fix codestyle
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user