Renamed ov_runtime => openvino, ov_ => openvino_ prefix (#10069)

* Renamed ov_runtime => openvino, ov_ => openvino_ prefix

* Coverage fix

* More fixes

* Fixed MO tests with custom FE
This commit is contained in:
Ilya Lavrenov
2022-02-03 20:03:41 +03:00
committed by GitHub
parent 86faa25724
commit f2f281e60b
137 changed files with 368 additions and 356 deletions

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
#
set(TARGET_NAME "ov_auto_batch_plugin")
set(TARGET_NAME "openvino_auto_batch_plugin")
file(GLOB SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)