inference_engine.hpp
Go to the documentation of this file.
1 // Copyright (C) 2018-2020 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 /**
6  * @brief A header file that provides a set minimal required Inference Engine API.
7  * @file inference_engine.hpp
8  */
9 #pragma once
10 
11 #include "ie_plugin_config.hpp"
12 #include "ie_compound_blob.h"
13 #include "ie_core.hpp"
ie_compound_blob.h
A header file for CompoundBlob.
ie_plugin_config.hpp
A header for advanced hardware related properties for IE plugins To use in SetConfig,...
ie_core.hpp
This is a header file for the Inference Engine Core class C++ API.