Data Structures | Typedefs
ie_iexecutable_network.hpp File Reference

a header file for IExecutableNetwork interface More...

#include "ie_common.h"
#include "ie_primitive_info.hpp"
#include "ie_iinfer_request.hpp"
#include "ie_imemory_state.hpp"
#include "ie_input_info.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.
 

Detailed Description

a header file for IExecutableNetwork interface