Inference Engine Plugin API

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