Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 Nie_api
 CBlobThis class represents Blob
 CCDataPtrThis class is the layer constant data representation
 CDataPtrThis class is the layer data representation
 CExecutableNetworkThis class represents a network instance loaded to plugin and ready for inference
 CIECoreThis class represents an Inference Engine entity and allows you to manipulate with plugins using unified interfaces
 CIENetLayerThis class represents a main layer information and providing setters allowing to modify layer properties
 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
 CInferRequestThis class provides an interface to infer requests of ExecutableNetwork and serves to handle infer requests execution and to set and get output data
 CInputInfoCPtrThis class contains const information about each input of the network
 CInputInfoPtrThis class contains information about each input of the network
 CPreProcessInfoThis class stores pre-process information for the input
 CTensorDescThis class defines Tensor description