* 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
9 lines
304 B
CMake
9 lines
304 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ie_add_sample(NAME classification_sample_async
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
HEADERS classification_sample_async.h
|
|
DEPENDENCIES format_reader ie_samples_utils)
|