14 lines
308 B
C++
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"
|