Files
openvino/inference-engine/include/inference_engine.hpp
2020-07-30 18:40:28 +03:00

14 lines
308 B
C++

// Copyright (C) 2018-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
/**
* @brief A header file that provides a set minimal required Inference Engine API.
* @file inference_engine.hpp
*/
#pragma once
#include "ie_plugin_config.hpp"
#include "ie_compound_blob.h"
#include "ie_core.hpp"