Home
last modified time | relevance | path

Searched refs:extract_run_arg (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/misc/python/
H A Dpyopencv_gapi.hpp508 static cv::GRunArg extract_run_arg(const cv::GTypeInfo& info, PyObject* item) in extract_run_arg() function
560 args.push_back(extract_run_arg(info[i], PyList_GetItem(py_args, i))); in extract_run_args()
678 outs = cv::GRunArgs{extract_run_arg(out_info[0], result.get())}; in run_py_kernel()
689 outs.push_back(extract_run_arg(out_info[i], PyTuple_GetItem(result.get(), i))); in run_py_kernel()