Responce structure encapsulating information about supported layer. More...
#include <ie_plugin.hpp>

Public Member Functions | |
| QueryNetworkResult () | |
| A default constructor. | |
| QueryNetworkResult (const QueryNetworkResult &q) | |
| A copy constructor. More... | |
| const QueryNetworkResult & | operator= (const QueryNetworkResult &q) |
| A copy assignment operator. More... | |
| QueryNetworkResult & | operator= (QueryNetworkResult &&q) |
| A move assignment operator. More... | |
| ~QueryNetworkResult () | |
| A desctructor. | |
Data Fields | |
| std::set< std::string > | supportedLayers |
| Set of supported layers by specific device. More... | |
| std::map< std::string, std::string > | supportedLayersMap |
| A map of supported layers: More... | |
| StatusCode | rc |
| A status code. | |
| ResponseDesc | resp |
| Response mssage. | |
Responce structure encapsulating information about supported layer.
| InferenceEngine::QueryNetworkResult::QueryNetworkResult | ( | const QueryNetworkResult & | q | ) |
A copy constructor.
| q | Value to copy from |
| const QueryNetworkResult& InferenceEngine::QueryNetworkResult::operator= | ( | const QueryNetworkResult & | q | ) |
A copy assignment operator.
| q | A value to copy from |
| QueryNetworkResult& InferenceEngine::QueryNetworkResult::operator= | ( | QueryNetworkResult && | q | ) |
A move assignment operator.
| q | A value to move from |
| std::set<std::string> InferenceEngine::QueryNetworkResult::supportedLayers |
Set of supported layers by specific device.
| std::map<std::string, std::string> InferenceEngine::QueryNetworkResult::supportedLayersMap |
A map of supported layers: