Data Structures | Namespaces | Typedefs
ie_iexecutable_network.hpp File Reference

a header file for IExecutableNetwork interface More...

#include <map>
#include <memory>
#include <string>
#include <vector>
#include "ie_common.h"
#include "ie_icnn_network.hpp"
#include "ie_iinfer_request.hpp"
#include "ie_imemory_state.hpp"
#include "ie_input_info.hpp"
#include "ie_parameter.hpp"
#include "ie_remote_context.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::IExecutableNetwork
 This is an interface of an executable network. More...
 

Namespaces

 InferenceEngine
 Inference Engine C++ API.
 

Typedefs

using InferenceEngine::ConstOutputsDataMap = std::map< std::string, CDataPtr >
 A collection that contains string as key, and const Data smart pointer as value.
 

Detailed Description

a header file for IExecutableNetwork interface