9 lines
178 B
C++
9 lines
178 B
C++
// Copyright (C) 2018-2020 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
#pragma once
|
|
#include <string>
|
|
std::string get_model_repo() {
|
|
return "@MODELS_LST@";
|
|
} |