Loading...
Searching...
No Matches
cv::gapi::ie::PyParams Class Reference
#include <opencv2/gapi/infer/bindings_ie.hpp>
Public Member Functions | |
| GAPI_WRAP | PyParams ()=default |
| GAPI_WRAP | PyParams (const std::string &tag, const std::string &model, const std::string &device) |
| GAPI_WRAP | PyParams (const std::string &tag, const std::string &model, const std::string &weights, const std::string &device) |
| GBackend | backend () const |
| GAPI_WRAP PyParams & | cfgBatchSize (const size_t size) |
| GAPI_WRAP PyParams & | cfgNumRequests (size_t nireq) |
| GAPI_WRAP PyParams & | constInput (const std::string &layer_name, const cv::Mat &data, TraitAs hint=TraitAs::TENSOR) |
| cv::util::any | params () const |
| std::string | tag () const |
Constructor & Destructor Documentation
◆ PyParams() [1/3]
|
default |
◆ PyParams() [2/3]
| GAPI_WRAP cv::gapi::ie::PyParams::PyParams | ( | const std::string & | tag, |
| const std::string & | model, | ||
| const std::string & | weights, | ||
| const std::string & | device | ||
| ) |
◆ PyParams() [3/3]
| GAPI_WRAP cv::gapi::ie::PyParams::PyParams | ( | const std::string & | tag, |
| const std::string & | model, | ||
| const std::string & | device | ||
| ) |
Member Function Documentation
◆ backend()
| GBackend cv::gapi::ie::PyParams::backend | ( | ) | const |
◆ cfgBatchSize()
◆ cfgNumRequests()
◆ constInput()
| GAPI_WRAP PyParams & cv::gapi::ie::PyParams::constInput | ( | const std::string & | layer_name, |
| const cv::Mat & | data, | ||
| TraitAs | hint = TraitAs::TENSOR |
||
| ) |
◆ params()
| cv::util::any cv::gapi::ie::PyParams::params | ( | ) | const |
◆ tag()
| std::string cv::gapi::ie::PyParams::tag | ( | ) | const |
The documentation for this class was generated from the following file:
- opencv2/gapi/infer/bindings_ie.hpp
1.9.6