a header file for IExecutableNetwork interface More...
#include "ie_common.h"#include "ie_primitive_info.hpp"#include "ie_iinfer_request.hpp"#include "ie_icnn_network.hpp"#include "ie_imemory_state.hpp"#include "ie_input_info.hpp"#include "ie_parameter.hpp"#include <string>#include <vector>#include <memory>#include <map>Go to the source code of this file.
Data Structures | |
| class | InferenceEngine::IExecutableNetwork |
| This is an interface of an executable network. More... | |
Typedefs | |
| using | InferenceEngine::ConstOutputsDataMap = std::map< std::string, CDataPtr > |
| A collection that contains string as key, and const Data smart pointer as value. | |
a header file for IExecutableNetwork interface