1
// Copyright (C) 2018-2019 Intel Corporation
2
// SPDX-License-Identifier: Apache-2.0
6
* @brief A header file that provides versioning information for the inference engine shared library
13
namespace InferenceEngine {
17
* @brief Represents version information that describes plugins and the inference engine runtime library
22
* @brief An API version reflects the set of supported features
29
* @brief A null terminated string with build number
31
const char * buildNumber;
33
* @brief A null terminated description string
35
const char * description;
40
* @brief Gets the current Inference Engine version
41
* @return The current Inference Engine version
43
INFERENCE_ENGINE_API(const Version*) GetInferenceEngineVersion() noexcept;
45
} // namespace InferenceEngine