Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 Nie_api
 CTensorDescThis class defines Tensor description
 CBlobThis class represents Blob
 CIECoreThis class represents an Inference Engine entity and allows you to manipulate with plugins using unified interfaces
 CPreProcessInfoThis class stores pre-process information for the input
 CInputInfoPtrThis class contains information about each input of the network
 CInputInfoCPtrThis class contains const information about each input of the network
 CDataPtrThis class is the layer data representation
 CCDataPtrThis class is the layer constant data representation
 CExecutableNetworkThis class represents a network instance loaded to plugin and ready for inference
 CInferRequestThis class provides an interface to infer requests of ExecutableNetwork and serves to handle infer requests execution and to set and get output data
 CIENetworkThis class contains the information about the network model read from IR and allows you to manipulate with some model parameters such as layers affinity and output layers