struct InferenceEngine::QueryNetworkResult

Overview

Response structure encapsulating information about supported layer. More…

#include <ie_common.h>

struct QueryNetworkResult
{
    // fields

    std::map<std::string, std::string> supportedLayersMap;
    StatusCode rc = OK;
    ResponseDesc resp;
};

Detailed Documentation

Response structure encapsulating information about supported layer.

Fields

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

A status code.

Response message.