OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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>

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

Public Attributes

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

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: