OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Typedefs
cv::gapi::onnx::ep Namespace Reference

This namespace contains Execution Providers structures for G-API ONNX Runtime backend. More...

Classes

struct  CoreML
 This structure provides functions that fill inference options for ONNX CoreML Execution Provider. Please follow https://onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#coreml-execution-provider. More...
 
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, CoreML, CUDA, TensorRT >
 

Detailed Description

This namespace contains Execution Providers structures for G-API ONNX Runtime backend.

Typedef Documentation

◆ EP