Inference Engine Plugin API¶
Overview¶
Defines Inference Engine Plugin API which can be used in plugin development. More…
// macros
#define IE_SET_METRIC_RETURN(name, ...)
Detailed Documentation¶
Defines Inference Engine Plugin API which can be used in plugin development.
Macros¶
#define IE_SET_METRIC_RETURN(name, ...)
Return metric value with specified name
and arguments ...
. Example:
IE_SET_METRIC_RETURN(SUPPORTED_CONFIG_KEYS, configKeys);
Parameters:
name |
The metric name |
… |
A metric value |
Returns:
A metric value wrapped with Parameter and returned to a calling function