Commit graph

32 commits

Author SHA1 Message Date
Yulong Wang
cdf838a194
[doc] fix invalid link in OpenVINO EP doc (#19855)
### Description
fix invalid link in OpenVINO EP doc
2024-03-12 12:13:49 -07:00
sfatimar
780fb2f53f
Update OpenVINO-ExecutionProvider.md (#19794)
### Description
Documentation Update for Release 1.17.1 



### Motivation and Context
This change is required for Documentation Update for Release 1.17.1
Packages.
Alignment with OpenVINO 2023.3.
2024-03-08 10:41:23 -08:00
Preetha Veeramalai
2f66a5061e
Update documentation for OVEP Rel-1.16 (#18060)
### Description
Update OVEP Document for 5.1 release
2023-10-28 14:39:33 -07:00
Vinayak Nayak
67862b7c58
Fix typo in OpenVINO-ExecutionProvider.md (#17026)
### Description
Fixed typo (alvailable -> available) in OpenVINO-ExecutionProvider.md
file.



### Motivation and Context
This change will make the reading experience of docs better.
2023-08-07 10:10:42 -04:00
Preetha Veeramalai
ea3af6cadb
Update documentation for OVEP v5.0 release (#16441)
### Description
Documentation updates



### Motivation and Context
Update the OpenVINO Execution Provider and build documentations for
1.15.0 release.
2023-06-23 10:39:20 -07:00
Anastasia Kuporosova
89d77df4cc
Update OpenVINO Execution Provider doc (#15679)
### Description
Update OpenVINO Execution Provider documentation for python


### Motivation and Context
`onnxruntime-openvino` doesn't have dependency on OpenVINO Python API
itself, it needs OpenVINO libs.
Moreover, `add_openvino_libs_to_path()` meant to be internal, right now
it doesn't work and will be deprecated in the upcoming OpenVINO release.
The recommended way is to install an archive with libraries and run
setupvars to add OpenVINO libraries to PATH.
2023-05-18 07:33:30 -07:00
Preetha Veeramalai
b7f6ce3239
Update OpenVINO_execution_provider.md (#15335)
Update documentation as per OVEP 1.14.0 release

---------

Co-authored-by: sfatimar <sahar.fatima@intel.com>
2023-04-05 09:39:55 -07:00
Prasanth Pulavarthi
f69691fb1d Revert "Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages""
This reverts commit 20c745c749.
2023-03-10 17:02:38 -08:00
Prasanth Pulavarthi
20c745c749 Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages"
This reverts commit 063f84744e, reversing
changes made to 6f2f1e8dac.
2023-03-10 16:58:21 -08:00
Yulong Wang
dbbd0e7372
[doc] revise example C++ code of using file path (#14872)
### Description
revise example C++ code of using file path.

normalize the example code to use macros `ORTCHAR_T` and `ORT_TSTR`
defined in onnxruntime_c_api.h so that the code works in both Windows
and UNIX.

This PR resolves #14859
2023-03-09 11:04:59 -08:00
Maanav Dalal
9913bf5a8a
Website Visual Updates & Fixing Broken Links (#14430) 2023-01-27 13:10:22 -08:00
Edward Chen
e17d43dbdd
[doc] Update mobile custom build instructions, update ORT GitHub URLs to use 'main' (#14409) 2023-01-24 10:46:24 -08:00
sfatimar
f4d3d5f975
Ov 2022.3 4.3 doc (#14252) 2023-01-19 15:57:23 -08:00
Faith Xu
d4497b9ecd
[Docs] Update EP ordering (#13564)
### Description
- Update EP ordering and distinguish between MS-maintained and
community-maintained EPs
- Update CUDA version table for v1.13
- Staged preview:
https://faxu.github.io/onnxruntime/docs/execution-providers/
2022-11-07 10:02:01 -08:00
FFrog
7fd9523934
add doc about CANN EP (#13239)
#### Description
This PR adds docs of Ascend CANN excution provider.

#### Changes

- Preview Github page:
[https://fffrog.github.io/](https://fffrog.github.io/)

- Add onnxruntime build with CANN:
[https://fffrog.github.io/docs/build/eps.html#cann](https://fffrog.github.io/docs/build/eps.html#cann)

- Add CANN ExecutionProvider Page:
[https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html](https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html)
2022-10-18 10:18:09 -07:00
sfatimar
9341c87957
Update docx ov ep v4.2 release (#13222)
Description
[OpenVINO-EP] Documentation update for v4.2 Release with OpenVINO 2022.2
version

Motivation and Context
The code PR is already merged:

https://github.com/microsoft/onnxruntime/pull/13023
https://github.com/microsoft/onnxruntime/pull/13069
Openvino GPU Unit/Python Tests fix failure  #13122

Co-authored-by: mayavijx <mayax.vijayan@intel.com>
2022-10-07 08:55:34 -07:00
Faith Xu
f39fbbf6f7
[Website/Docs] Add quote and reorganize docs navigation (#12355) 2022-07-29 12:44:36 -07:00
mayavijx
0673a88d4f
Added the OpenVINO Release support details (#12264)
* Added the OV support details

* Modify torch-ort-infer package

* Update OpenVINO-ExecutionProvider.md

Co-authored-by: Preetha <preetha.veeramalai@intel.com>
2022-07-28 09:02:14 -07:00
Preetha Veeramalai
fc16c5cc0d
Ov ep docx update 1.12 (#12121)
* updating docs for torch ort inference

* Add provider option for enable_dynamic_shapes

Co-authored-by: saipj <sai.jayanthi@intel.com>
2022-07-11 22:56:12 -07:00
sfatimar
b51e301eaa
Gh pages uep 4.1 2022.1 (#11649)
* Update OpenVINO-ExecutionProvider.md

Updated to support Python Packages on PyPi.org

* Update eps.md

Updated OpenVINO

* Update eps.md
2022-05-31 08:15:19 -07:00
sfatimar
370c4c5672
Ov ep docx update 22.2 (#11296)
* Update eps.md

* Update OpenVINOExecutionProvider.md

* Update OpenVINOExecutionProvider.md
2022-04-27 09:49:44 -07:00
Maajid khan
173f7f623c
OpenVINO-EP v4.0 Release documentation update (#11125)
* Update docx w.r.t v4.0 Release

updates documentation w.r.t OV-EP
v4.0 Release with OpenVINO 2022.1
version.

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Added new announcements

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Fixed typos

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Add Release page link

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
2022-04-08 09:53:49 -07:00
Hariharan Seshadri
d87f5eeeab
Fix formatting of tune performance page (#11014)
* Fix formtatting

* Update

* Modify python comment style

* More changes

* Fix OpenVINO links
2022-03-28 13:32:50 -07:00
Olivia Jain
870655ca28
Update Broken OpenVINO Links (#11009) 2022-03-28 10:17:44 -07:00
Nat Kershaw (MSFT)
b9b9c10977
Fix links in the OpenVINO EP docs (#10903) 2022-03-17 15:20:33 -07:00
Maajid khan
85b00dfda3
Updated OpenVINO EP docx w.r.t v3.4 Release (#9858)
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
2021-11-24 09:51:20 -08:00
Nat Kershaw (MSFT)
91e029d4f3
SEO audit of docs website (#9780) 2021-11-18 11:00:48 -08:00
Maajid khan
da6f161717
[OpenVINO EP] v3.3 Release Documentation update (#9589) 2021-11-17 12:39:06 -08:00
Maajid khan
69e077eb61
[OpenVINO-EP] V3.2 Release Documentation update (#9233)
* Updated docx for OpenVINO EP V3.2 Release

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Added Docx for blogs/Tutorials for OV-EP

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Added docx for Yolov4 Python sample

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* updated the graph partitioning docx

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Added sample example for external_data feature

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
2021-10-12 18:03:16 -07:00
Maajid khan
6e4f49eca8
[OpenVINO-EP] Documentation update UEP v3.1 Release (#9084)
* Update OpenVINO-ExecutionProvider.md

Updated information on 1.9

* Updated UEP documentation to the latest

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Corrected the c# section links

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

Co-authored-by: sfatimar <sahar.fatima@intel.com>
2021-09-20 07:56:09 -07:00
Chi Lo
603ea0e2cf
Fix merge conflicts (#9104) 2021-09-17 14:01:15 -07:00
Cassie
a0f3e30de6
Docs update: updated nav, get started sections, home page, apis (#9060)
* initial setup and rename "how to" to "setup"

* move API to main nav

* move api to main nav

* add get starated, rework nav order

* rename to install move mds out of install section

* update api nav and home page

* add install docs and python qs updates

* python get started work

* remove c and obj c for now

* move java, python, and obj-c docs under api folder

* move java api html to iframe (ugh)

* remove api docs w/o details, move api text getstar

* remove api docs wo detail updates get started

* remvoe iframes

* move eco system to main nav

* fix api buttons

* added more examples moved intro to ORT

* fix links

* fix get started titles

* fix get started titles

* fix more links

* fix more links

* more link fixes

* fix nav remove inferencing and training subnav

* fix top nav remove inference and training nav

* fix title

* fix tutorials nav hierarchy

* fix python api button

* add tenorflow keras example

* fix quickstart toc

* add imports fix spacing

* fix links

* update nav and python get started page

* move ort training example, add coming soon for iot

* update C# get started

* fix spacing on quantization

* Add some js get started content

* fix formatting

* fix typo

* removed onnx-pytorch and onnx-tf

* updated pip install torch and added links iot page

* added pytorch tutorial heirarchy

* updated web to docs soon added release blog link

* add web link
2021-09-15 16:23:42 -05:00
Renamed from docs/reference/execution-providers/OpenVINO-ExecutionProvider.md (Browse further)