Struct InferenceEngine::QueryNetworkResult

struct QueryNetworkResult

Response structure encapsulating information about supported layer.

Public Members

std::map<std::string, std::string> supportedLayersMap

A map of supported layers:

  • key - a layer name

  • value - a device name on which layer is assigned

StatusCode rc = OK

A status code.

ResponseDesc resp

Response message.