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 [v2] Add ACL (Arm Compute Library) execution provider (#2258) 2019-10-31 12:25:36 -07:00
armnn Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
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 Fix iOS/macOS build warning for inconsistent symbol visibility settings (#6750) 2021-02-19 12:19:32 -08:00
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 Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
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 Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
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 Add #pragma once to providers.h, so avoid 'struct' redefinition error when including the header from multiple places. 2020-04-03 16:25:18 -07:00