Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 Nie_api
 CCDataPtr This class is the layer constant data representation
 CDataPtr This class is the layer data representation
 CExecutableNetwork This class represents a network instance loaded to plugin and ready for inference
 CIECore This class represents an Inference Engine entity and allows you to manipulate with plugins using unified interfaces
 CIENetLayer This class represents a main layer information and providing setters allowing to modify layer properties
 CIENetwork This 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
 CIEPlugin This class is the main plugin interface and serves to initialize and configure the plugin
 CInferRequest This class provides an interface to infer requests of ExecutableNetwork and serves to handle infer requests execution and to set and get output data
 CLayersStatsMap Class inherited from built-in python dict class and overrides default update()method to allow to set or modify layers calibration statistics
 CLayerStats Layer calibration statistic container