onnxruntime/include/onnxruntime/core/providers
S. Manohar Karlapalem f7edf0aa57
[OpenVINO-EP] Enable EP config options for VPU hardware (#5119)
* Added config flags for VPU Fast Recompile

* clean-up ifdefs

* Add VPU Fast compile config option

Adds an option that enables Fast compilation of models to VPU
hardware specific format.

* Add config option to choose specific device id for inference

Inference of all subgraphs will be scheduled only on this device
even if other devices of the same type are available.

* Add Python API to list available device IDs

* code cleanup

* Add second C/C++ API with settings string parameter

Adds an additional C/C++ API that allows passing multiple
key-value pairs for settings as a single string. Multiple
settings are delimited by '\n' while the key and value
within a setting are delimited by '|'.

* Append 'Ex' to the extended C/C++ API

* Use set_providers Py API to set config options.

Uses Session.set_providers Python API to set EP runtime config
options as key/val pairs
Deprecated older module function definitions for config settings.
Updates documentation.

* avoid globals for py config options where possible

Co-authored-by: intel <you@example.com>
2020-09-14 15:46:14 -07: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
cpu
cuda
dml
dnnl Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
migraphx Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
ngraph
nnapi
nuphar
openvino [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
rknpu Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
tensorrt Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
vitisai Initial release of Vitis-AI Execution Provider (#3771) 2020-05-19 05:32:32 -07:00
winml Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -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