Data Fields
InferenceEngine::QueryNetworkResult Struct Reference

Responce structure encapsulating information about supported layer. More...

#include <ie_plugin.hpp>

Collaboration diagram for InferenceEngine::QueryNetworkResult:
Collaboration graph
[legend]

Data Fields

std::map< std::string, std::string > supportedLayersMap
 A map of supported layers: More...
 
StatusCode rc = OK
 A status code.
 
ResponseDesc resp
 Response mssage.
 

Detailed Description

Responce structure encapsulating information about supported layer.

Field Documentation

§ supportedLayersMap

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

A map of supported layers:

  • key - a layer name
  • value - a device name on which layer is assigned

The documentation for this struct was generated from the following file: