Data Structures | Namespaces | Typedefs
ie_network.hpp File Reference

A header file for the Inference Engine Network interface. More...

#include <ie_blob.h>
#include <ie_layouts.h>
#include <ie_context.hpp>
#include <ie_parameter.hpp>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <details/ie_inetwork_iterator.hpp>

Go to the source code of this file.

Data Structures

class  InferenceEngine::PortInfo
 This class contains a pair from layerId and port index. More...
 
class  InferenceEngine::Connection
 This class is the main object to describe the Inference Engine connection. More...
 
class  InferenceEngine::PortData
 
class  InferenceEngine::Port
 This class is the main object to describe the Inference Engine port. More...
 
class  InferenceEngine::INetwotkIterator< T >
 
class  InferenceEngine::ILayer
 This class is the main interface to describe the Inference Engine layer. More...
 
class  InferenceEngine::INetwork
 This class is the main interface to describe the Inference Engine network. More...
 

Namespaces

 InferenceEngine
 Inference Engine API.
 

Typedefs

using InferenceEngine::idx_t = size_t
 A type of network objects indexes. More...
 

Detailed Description

A header file for the Inference Engine Network interface.