onnxruntime/docs/execution_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
..
images [Android NNAPI EP] Remove dependency on external JD/DNNLibrary (#4576) 2020-07-22 14:08:12 -07:00
ACL-ExecutionProvider.md Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
ArmNN-ExecutionProvider.md Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
DirectML-ExecutionProvider.md Fix DML EP doc link to C API (#4105) 2020-06-01 16:49:17 -07:00
DNNL-ExecutionProvider.md Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
MIGraphX-ExecutionProvider.md Migraphx improvements (#4328) 2020-06-25 19:22:57 -07:00
MKL-DNN-Subgraphs.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
nGraph-ExecutionProvider.md [nGraph] Deprecation notice for nGraph EP (#4344) 2020-06-26 01:15:34 -07:00
NNAPI-ExecutionProvider.md [Android NNAPI EP] Remove dependency on external JD/DNNLibrary (#4576) 2020-07-22 14:08:12 -07:00
Nuphar-ExecutionProvider.md [NupharEP] Enable parallel schedule (#2505) 2019-11-28 08:35:56 -08:00
OpenVINO-ExecutionProvider.md [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
RKNPU-ExecutionProvider.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
TensorRT-ExecutionProvider.md Upgrade TensorRT to v7.1.3.4 (#4704) 2020-08-07 17:43:56 -07:00
Vitis-AI-ExecutionProvider.md [Vitis-AI EP] Fix to enable multi-output subgraphs inside Vitis-AI EP + edit docs (#4171) 2020-06-13 04:56:07 -07:00