onnxruntime/include/onnxruntime/core/providers
FFFrog 6705915af8
[CANN] Add the ability to run graph (#13728)
### Description
Add the ability to run graph

### Motivation and Context
A brief description is as follows:
1) If the whole graph is supported, then will be processed by the graph
engine, directly.
2) If the whole graph is not supported, the whole graph will be divided
into subgraphs and single operators; The sub-graphs will be run on graph
engine, and the single operators will fallback to the traditional mode.
2022-12-16 06:57:40 -08:00
..
acl
armnn
cann [CANN] Add the ability to run graph (#13728) 2022-12-16 06:57:40 -08:00
coreml [Objective-C API] Enable CoreML EP (#7914) 2021-06-03 18:59:10 -07:00
cpu
cuda Allow CUDA EP enable or disable TunableOp via session options and environment variable (#13601) 2022-11-15 14:43:54 +08:00
dml Enable building with a GDK (#11126) 2022-04-07 15:06:31 -07:00
dnnl
nnapi Add CPU_ONLY runtime option to NNAPI EP (#9066) 2021-09-15 15:50:18 -07:00
openvino Openvino ep 2022.2 v4.2 (#13023) 2022-09-22 12:31:40 -07:00
rknpu
tensorrt Fallback Pow op in layer norm to FP32 in TRT to avoid overflow (#13639) 2022-11-29 13:37:31 -08:00
tvm [TVM EP] code refactor (#10655) 2022-03-16 13:55:04 +01:00
vitisai Update Vitis AI EP to support multiple DPU targets through provider options (#6690) 2021-06-03 19:53:46 +10:00
winml Enable creating OrtValues from ID3D12Resources from the onnxruntime C-API (#9686) 2021-11-13 03:34:54 -08:00
providers.h