OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 类型定义
cv::gapi::onnx::ep 命名空间参考

此命名空间包含用于 G-API ONNX 运行时后端的执行提供程序结构。 更多...

结构体  CoreML
 此结构提供用于填充 ONNX CoreML 执行提供程序的推断选项的函数。 请遵循 https://onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#coreml-execution-provider更多...
 
结构体  CUDA
 此结构提供用于填充 CUDA 执行提供程序的推断选项的函数。 请遵循 https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#cuda-execution-provider更多...
 
类  DirectML
 此结构提供用于填充 ONNX DirectML 执行提供程序的推断选项的函数。 请遵循 https://onnxruntime.ai/docs/execution-providers/DirectML-ExecutionProvider.html#directml-execution-provider更多...
 
结构体  OpenVINO
 此结构提供用于填充 ONNX OpenVINO 执行提供程序的推断选项的函数。 请遵循 https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html#summary-of-options更多...
 
结构体  TensorRT
 此结构提供用于填充 TensorRT 执行提供程序的推断选项的函数。 请遵循 https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#tensorrt-execution-provider更多...
 

类型定义

使用  EP = cv::util::variant< cv::util::monostate, OpenVINO, DirectML, CoreML, CUDA, TensorRT >
 

详细描述

此命名空间包含用于 G-API ONNX 运行时后端的执行提供程序结构。

类型定义文档

◆ EP