Data Structures | Typedefs
ie_inetwork.hpp File Reference

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

#include <utility>
#include <string>
#include <memory>
#include <vector>
#include <map>
#include <ie_parameter.hpp>
#include <ie_context.hpp>
#include <ie_layouts.h>
#include <ie_blob.h>
#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::Port
  This class is the main object to describe the Inference Engine port. More...
 
class   InferenceEngine::IParameters
  This class is the main interface to describe the Inference Engine layer parameters. All methods here are constant and do not throw exceptions. More...
 
class   InferenceEngine::INetwotkIterator< T >
 
class   InferenceEngine::ILayer
  This class is the main interface to describe the Inference Engine layer. All methods here are constant and do not throw exceptions. More...
 
class   InferenceEngine::INetwork
  This class is the main interface to describe the Inference Engine network. More...
 

Typedefs

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

Detailed Description

a header file for the Inference Engine Network interface