* 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
10 lines
281 B
CMake
10 lines
281 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ie_add_sample(NAME hello_classification
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
DEPENDENCIES ie_samples_utils
|
|
OPENCV_DEPENDENCIES core imgcodecs)
|
|
|