OpenCV 4.10.0
开源计算机视觉
|
此命名空间包含用于 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 运行时后端的执行提供程序结构。
使用 cv::gapi::onnx::ep::EP = typedef cv::util::variant< cv::util::monostate , OpenVINO , DirectML , CoreML , CUDA , TensorRT> |