Struct cv::gapi::plaidml::config#

This structure represents the basic parameters for the experimental PlaidML backend.

Collaboration diagram for cv::gapi::plaidml::config:

cv::gapi::plaidml::config Node1 cv::gapi::plaidml:: config     Node2 std::string     Node2->Node1 +dev_id +trg_id Node3 std::basic_string< Char >     Node3->Node2

cv::gapi::plaidml::config Node1 cv::gapi::plaidml:: config     Node2 std::string     Node2->Node1 +dev_id +trg_id Node3 std::basic_string< Char >     Node3->Node2

Detailed Description#

This structure represents the basic parameters for the experimental PlaidML backend.

Examples
samples/dnn/object_detection.cpp, and samples/dnn/text_detection.cpp.

Member Data Documentation#

dev_id#

std::string cv::gapi::plaidml::config::dev_id

Device ID. Refer to PlaidML documentation for details.

trg_id#

std::string cv::gapi::plaidml::config::trg_id

Target ID. Refer to PlaidML documentation for details.

Source file#

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