15 lines
287 B
C++
15 lines
287 B
C++
// Copyright (C) 2018-2025 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
/**
|
|
* @brief A header file for the OpenVINO Runtime Components.
|
|
*
|
|
* @file openvino/runtime/runtime.hpp
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "openvino/core/core.hpp"
|
|
#include "openvino/runtime/runtime.hpp"
|