Update benchmark_app to pass precision via command line (#4318)

* Update benchmark_app to pass precision via command line

* Update vpu_perfcheck

* Update python benchmark_app to support setting precision from cmd

* Review comments

* Address more review comments

* Fixes after rebase
This commit is contained in:
Artemy Skrebkov
2021-03-26 15:07:59 +03:00
committed by GitHub
parent 63d7516f1f
commit 76cf1b2b65
44 changed files with 559 additions and 355 deletions

View File

@@ -10,7 +10,7 @@ file (GLOB MAIN_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.h)
ie_add_sample(NAME ngraph_function_creation_sample
SOURCES ${MAIN_SRC}
HEADERS ${MAIN_HEADERS}
DEPENDENCIES format_reader)
DEPENDENCIES format_reader ie_samples_utils)
find_package(ngraph REQUIRED)
target_link_libraries(${TARGET_NAME} PRIVATE ${NGRAPH_LIBRARIES})