OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::ie::PyParams 類參考

#include <opencv2/gapi/infer/bindings_ie.hpp>

cv::gapi::ie::PyParams 的協作圖

公共成員函式

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 PyParamscfgBatchSize (const size_t size)
 
GAPI_WRAP PyParamscfgNumRequests (size_t nireq)
 
GAPI_WRAP PyParamsconstInput (const std::string &layer_name, const cv::Mat &data, TraitAs hint=TraitAs::TENSOR)
 
cv::util::any params () const
 
std::string tag () const
 

建構函式 & 解構函式文件

◆ PyParams() [1/3]

GAPI_WRAP cv::gapi::ie::PyParams::PyParams ( )
default
Python
cv.gapi.ie.PyParams() -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, weights, device) -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, device) -> <gapi_ie_PyParams 物件>

◆ 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 )
Python
cv.gapi.ie.PyParams() -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, weights, device) -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, device) -> <gapi_ie_PyParams 物件>

◆ PyParams() [3/3]

GAPI_WRAP cv::gapi::ie::PyParams::PyParams ( const std::string & tag,
const std::string & model,
const std::string & device )
Python
cv.gapi.ie.PyParams() -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, weights, device) -> <gapi_ie_PyParams 物件>
cv.gapi.ie.PyParams(tag, model, device) -> <gapi_ie_PyParams 物件>

成員函式文件

◆ backend()

GBackend cv::gapi::ie::PyParams::backend ( ) const

◆ cfgBatchSize()

GAPI_WRAP PyParams & cv::gapi::ie::PyParams::cfgBatchSize ( const size_t size)
Python
cv.gapi.ie.PyParams.cfgBatchSize(size) -> retval

◆ cfgNumRequests()

GAPI_WRAP PyParams & cv::gapi::ie::PyParams::cfgNumRequests ( size_t nireq)
Python
cv.gapi.ie.PyParams.cfgNumRequests(nireq) -> retval

◆ constInput()

GAPI_WRAP PyParams & cv::gapi::ie::PyParams::constInput ( const std::string & layer_name,
const cv::Mat & data,
TraitAs hint = TraitAs::TENSOR )
Python
cv.gapi.ie.PyParams.constInput(layer_name, data[, hint]) -> retval

◆ params()

cv::util::any cv::gapi::ie::PyParams::params ( ) const

◆ tag()

std::string cv::gapi::ie::PyParams::tag ( ) const

此類文件由以下檔案生成