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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user