Loading...
Searching...
No Matches
This namespace contains Execution Providers structures for G-API ONNX Runtime backend. More...
Classes | |
struct | CUDA |
This structure provides functions that fill inference options for CUDA Execution Provider. Please follow https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#cuda-execution-provider. More... | |
class | DirectML |
This structure provides functions that fill inference options for ONNX DirectML Execution Provider. Please follow https://onnxruntime.ai/docs/execution-providers/DirectML-ExecutionProvider.html#directml-execution-provider. More... | |
struct | OpenVINO |
This structure provides functions that fill inference options for ONNX OpenVINO Execution Provider. Please follow https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html#summary-of-options. More... | |
struct | TensorRT |
This structure provides functions that fill inference options for TensorRT Execution Provider. Please follow https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#tensorrt-execution-provider. More... | |
Typedefs | |
using | EP = cv::util::variant< cv::util::monostate, OpenVINO, DirectML, CUDA, TensorRT > |
Detailed Description
This namespace contains Execution Providers structures for G-API ONNX Runtime backend.
Typedef Documentation
◆ EP
using cv::gapi::onnx::ep::EP = typedef cv::util::variant< cv::util::monostate , OpenVINO , DirectML , CUDA , TensorRT> |