#include <opencv2/gapi/infer/bindings_ov.hpp>
|
GAPI_WRAP | PyParams ()=default |
|
GAPI_WRAP | PyParams (const std::string &tag, const std::string &blob_path, const std::string &device) |
|
GAPI_WRAP | PyParams (const std::string &tag, const std::string &model_path, const std::string &bin_path, const std::string &device) |
|
GBackend | backend () const |
|
GAPI_WRAP PyParams & | cfgInputModelLayout (std::map< std::string, std::string > layout_map) |
|
GAPI_WRAP PyParams & | cfgInputModelLayout (std::string tensor_layout) |
|
GAPI_WRAP PyParams & | cfgInputTensorLayout (std::map< std::string, std::string > layout_map) |
|
GAPI_WRAP PyParams & | cfgInputTensorLayout (std::string tensor_layout) |
|
GAPI_WRAP PyParams & | cfgMean (std::map< std::string, std::vector< float > > mean_map) |
|
GAPI_WRAP PyParams & | cfgMean (std::vector< float > mean_values) |
|
GAPI_WRAP PyParams & | cfgNumRequests (const size_t nireq) |
|
GAPI_WRAP PyParams & | cfgOutputModelLayout (std::map< std::string, std::string > layout_map) |
|
GAPI_WRAP PyParams & | cfgOutputModelLayout (std::string tensor_layout) |
|
GAPI_WRAP PyParams & | cfgOutputTensorLayout (std::map< std::string, std::string > layout_map) |
|
GAPI_WRAP PyParams & | cfgOutputTensorLayout (std::string tensor_layout) |
|
GAPI_WRAP PyParams & | cfgOutputTensorPrecision (int precision) |
|
GAPI_WRAP PyParams & | cfgOutputTensorPrecision (std::map< std::string, int > precision_map) |
|
GAPI_WRAP PyParams & | cfgPluginConfig (const std::map< std::string, std::string > &config) |
|
GAPI_WRAP PyParams & | cfgReshape (std::map< std::string, std::vector< size_t > > new_shape_map) |
|
GAPI_WRAP PyParams & | cfgReshape (std::vector< size_t > new_shape) |
|
GAPI_WRAP PyParams & | cfgResize (int interpolation) |
|
GAPI_WRAP PyParams & | cfgResize (std::map< std::string, int > interpolation) |
|
GAPI_WRAP PyParams & | cfgScale (std::map< std::string, std::vector< float > > scale_map) |
|
GAPI_WRAP PyParams & | cfgScale (std::vector< float > scale_values) |
|
cv::util::any | params () const |
|
std::string | tag () const |
|
◆ PyParams() [1/3]
GAPI_WRAP cv::gapi::ov::PyParams::PyParams |
( |
| ) |
|
|
default |
◆ PyParams() [2/3]
GAPI_WRAP cv::gapi::ov::PyParams::PyParams |
( |
const std::string & |
tag, |
|
|
const std::string & |
model_path, |
|
|
const std::string & |
bin_path, |
|
|
const std::string & |
device |
|
) |
| |
◆ PyParams() [3/3]
GAPI_WRAP cv::gapi::ov::PyParams::PyParams |
( |
const std::string & |
tag, |
|
|
const std::string & |
blob_path, |
|
|
const std::string & |
device |
|
) |
| |
◆ backend()
GBackend cv::gapi::ov::PyParams::backend |
( |
| ) |
const |
◆ cfgInputModelLayout() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgInputModelLayout |
( |
std::map< std::string, std::string > |
layout_map | ) |
|
◆ cfgInputModelLayout() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgInputModelLayout |
( |
std::string |
tensor_layout | ) |
|
◆ cfgInputTensorLayout() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgInputTensorLayout |
( |
std::map< std::string, std::string > |
layout_map | ) |
|
◆ cfgInputTensorLayout() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgInputTensorLayout |
( |
std::string |
tensor_layout | ) |
|
◆ cfgMean() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgMean |
( |
std::map< std::string, std::vector< float > > |
mean_map | ) |
|
◆ cfgMean() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgMean |
( |
std::vector< float > |
mean_values | ) |
|
◆ cfgNumRequests()
◆ cfgOutputModelLayout() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputModelLayout |
( |
std::map< std::string, std::string > |
layout_map | ) |
|
◆ cfgOutputModelLayout() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputModelLayout |
( |
std::string |
tensor_layout | ) |
|
◆ cfgOutputTensorLayout() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputTensorLayout |
( |
std::map< std::string, std::string > |
layout_map | ) |
|
◆ cfgOutputTensorLayout() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputTensorLayout |
( |
std::string |
tensor_layout | ) |
|
◆ cfgOutputTensorPrecision() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputTensorPrecision |
( |
int |
precision | ) |
|
◆ cfgOutputTensorPrecision() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgOutputTensorPrecision |
( |
std::map< std::string, int > |
precision_map | ) |
|
◆ cfgPluginConfig()
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgPluginConfig |
( |
const std::map< std::string, std::string > & |
config | ) |
|
◆ cfgReshape() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgReshape |
( |
std::map< std::string, std::vector< size_t > > |
new_shape_map | ) |
|
◆ cfgReshape() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgReshape |
( |
std::vector< size_t > |
new_shape | ) |
|
◆ cfgResize() [1/2]
◆ cfgResize() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgResize |
( |
std::map< std::string, int > |
interpolation | ) |
|
◆ cfgScale() [1/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgScale |
( |
std::map< std::string, std::vector< float > > |
scale_map | ) |
|
◆ cfgScale() [2/2]
GAPI_WRAP PyParams & cv::gapi::ov::PyParams::cfgScale |
( |
std::vector< float > |
scale_values | ) |
|
◆ params()
◆ tag()
std::string cv::gapi::ov::PyParams::tag |
( |
| ) |
const |
The documentation for this class was generated from the following file: