该结构提供了为 ONNX DirectML 执行提供程序填充推理选项的函数。请遵循 https://onnxruntime.ai/docs/execution-providers/DirectML-ExecutionProvider.html#directml-execution-provider。 更多...
#include <opencv2/gapi/infer/onnx.hpp>
◆ DeviceDesc
◆ DirectML() [1/2]
GAPI_WRAP cv::gapi::onnx::ep::DirectML::DirectML |
( |
const int |
device_id | ) |
|
|
inlineexplicit |
Python |
---|
| cv.gapi.onnx.ep.DirectML( | | ) -> | <gapi_onnx_ep_DirectML object> |
| cv.gapi.onnx.ep.DirectML( | device_id | ) -> | <gapi_onnx_ep_DirectML object> |
| cv.gapi.onnx.ep.DirectML( | adapter_name | ) -> | <gapi_onnx_ep_DirectML object> |
类构造函数。
基于设备 ID 构造 DirectML 参数。
- 参数
-
device_id | 要使用的目标设备 ID。(“0”、“1”等) |
◆ DirectML() [2/2]
GAPI_WRAP cv::gapi::onnx::ep::DirectML::DirectML |
( |
const std::string & |
adapter_name | ) |
|
|
inlineexplicit |
Python |
---|
| cv.gapi.onnx.ep.DirectML( | | ) -> | <gapi_onnx_ep_DirectML object> |
| cv.gapi.onnx.ep.DirectML( | device_id | ) -> | <gapi_onnx_ep_DirectML object> |
| cv.gapi.onnx.ep.DirectML( | adapter_name | ) -> | <gapi_onnx_ep_DirectML object> |
成员数据文档
DeviceDesc cv::gapi::onnx::ep::DirectML::ddesc