onnxruntime/docs
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
..
execution_providers [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
images Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
python Bump version to 1.4.0 (#4496) 2020-07-13 17:09:18 -07:00
ABI_Dev_Notes.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
AddingCustomOp.md Support RegisterCustomOpsLibrary via the Python API (#4764) 2020-08-28 13:24:29 -07:00
AddingExecutionProvider.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
Android_testing.md Update Android instructions (#3971) 2020-05-19 07:30:45 +10:00
C_API.md Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
cmake_guideline.md Add a doc for cmake (#1524) 2019-08-06 07:51:53 -07:00
Coding_Conventions_and_Standards.md Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
ContribOperators.md Render Operator documentation as compliant markdown (#3658) 2020-09-02 15:07:50 -07:00
CSharp_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
ExportPyTorchCustomOps.md Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
FAQ.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
How_To_Update_ONNX_Dev_Notes.md CGManifest - add training entries and generate entries for submodules. (#3933) 2020-05-15 13:34:18 -07:00
InferenceHighLevelDesign.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
Java_API.md Java API: Documentation cleanup (#4395) 2020-08-13 12:06:42 -07:00
Model_Test.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
NotesOnThreading.md Create N-1 threads in intra-op pool, given main thread now active (#4493) 2020-07-14 09:48:50 +01:00
ONNX_Runtime_for_Mobile_Platforms.md Improve the minimal build size on android and linux (#5086) 2020-09-09 21:38:34 +10:00
ONNX_Runtime_Graph_Optimizations.md Disable GeluApproximation transformer by default (#3644) 2020-04-24 14:29:40 -07:00
ONNX_Runtime_Perf_Tuning.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
ONNX_Runtime_Server_Usage.md OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
onnxruntime_dependencies.dot Update dependencies graph 2020-04-17 07:38:45 -07:00
onnxruntime_dependencies.png Update dependencies graph 2020-04-17 07:38:45 -07:00
OperatorKernels.md Render Operator documentation as compliant markdown (#3658) 2020-09-02 15:07:50 -07:00
PR_Guidelines.md Add guidelines for writing a good PR. (#3830) 2020-05-05 16:28:21 -07:00
Privacy.md Clarify telemetry collection (#4102) 2020-06-02 13:12:27 -07:00
PyOp.md EnrichPyOpUT (#4681) 2020-08-05 14:11:56 -07:00
Python_Dev_Notes.md Changes related to the release binaries requiring Visual C++ 2019 runtime (#3871) 2020-05-12 17:07:06 -07:00
Reduced_Operator_Kernel_build.md Add ability to generate configuration file with required operators. (#5089) 2020-09-09 21:39:17 +10:00
ReleaseManagement.md Updated TPN for OpenMPI and cleanup (#3932) 2020-05-14 11:42:44 -07:00
Roadmap.md Migraphx improvements (#4328) 2020-06-25 19:22:57 -07:00
Server.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
Versioning.md Update Versioning.md for Windows 10 and Microsoft.AI.MachineLearning NuGet versions (#4659) 2020-07-31 07:58:51 -07:00
WinRT_API.md Update winrt_api.md to address the 1.4 release (#4946) 2020-08-28 08:05:22 -07:00