OpenCV  4.3.0
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::plaidml::config Struct Reference

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

#include <opencv2/gapi/plaidml/plaidml.hpp>

Public Attributes

std::string dev_id
 Device ID. Refer to PlaidML documentation for details. More...
 
std::string trg_id
 Target ID. Refer to PlaidML documentation for details. More...
 

Detailed Description

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

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.


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