Ted Themistokleous
a4a5006077
Fix name for ROCMExecutinProvider in ROcm-ExecutionProvider docs ( #16534 )
...
Invalid EP name which causes confusion for users who use
ROCMExecutionProvider
Co-authored-by: Ted Themistokleous <tthemist@amd.com>
2023-06-30 11:33:43 +08:00
yf711
f240999167
Update trtep doc with ort 1.15 ( #16465 )
...
### Description
* TRT/cuda/cuDNN version updated
* Update the instruction of using trt builtin parser (new default
option) and using open-sourced onnx-trt parser (non-default)
* Add more comments to examples
Rendered version:
1. https://yf711.github.io/onnxruntime/docs/build/eps.html#tensorrt
2.
https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html
2023-06-23 12:05:11 -07: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
Baiju Meswani
307d5afe5f
Add On Device Training Tutorial with ONNX Runtime ( #16167 )
2023-06-15 16:01:26 -07:00
Jeff Mendenhall
28d1c4473f
Update Blog page and Move Vitis AI EP from community maintained to main EP list ( #16290 )
...
### Description
Move Vitis AI EP from community maintained to main EP list
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2023-06-10 07:25:52 -07:00
Takeshi Watanabe
74bab849ff
Fix typo in QNN-ExecutionProvider.md ( #16144 )
2023-05-29 21:19:09 -07:00
FFFrog
c2f03c14b6
[CANN] Update the doc of CANN EP ( #15809 )
...
#### Description
This PR update docs of Ascend CANN execution provider.
#### Changes
1. Add new options.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options )
2. Add new category.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#performance-tuning ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#performance-tuning )
2023-05-25 21:47:30 -07:00
Hector Li
39fa3a15c4
fix typo ( #16111 )
...
### Description
fix typo
2023-05-25 18:09:07 -07:00
Hector Li
c55e38aac1
add link to nuget package for QNN EP ( #16110 )
...
### Description
Add link to Qnn nuget pacakge
2023-05-25 16:49:31 -07:00
RandySheriffH
627112921e
Update docs for AzureEP and threading ( #16061 )
...
1. Remove zlib and re2 deps for AzureEP.
2. Explain --use_lock_free_queue usage.
---------
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2023-05-23 15:32:54 -07:00
George Wu
9e6613db1e
Add initial QNN EP docs ( #16053 )
...
remove SNPE EP and add initial QNN EP docs. (more updates coming pending
Qualcomm online docs)
2023-05-23 11:38:45 -07:00
Quenton Hall
8b82f5ec2d
Update Vitis-AI-ExecutionProvider.md ( #16020 )
...
Update Ryzen AI demo link in Vitis AI Execution Provider
2023-05-22 21:20:39 -07:00
mingyueliuh
efbf2d0810
update doc for Vitis-AI execution provider upgrade ( #15821 )
...
### Description
Documentation and Vitis AI EP synchronous upgrade
### Motivation and Context
---------
Co-authored-by: mingyue <mingyue@amd.com>
2023-05-19 09:16:53 -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
Chi Lo
91ab2ac743
Update TRT EP doc ( #15907 )
2023-05-11 13:39:04 -07:00
Chi Lo
81da3a1f08
Update docs for new TRT EP provider options ( #15825 )
...
Update TRT EP documentation for newly added TRT EP provider options
2023-05-10 11:14:22 -07:00
Ye Wang
3764093df0
update docs for a new cuda provider option: enable_skip_layer_norm_strict_mode ( #15770 )
2023-05-02 17:54:59 -07:00
Nat Kershaw (MSFT)
bd1b8a824c
Remove the generated outputs for the API docs as these are now publis… ( #15244 )
2023-05-02 11:09:49 -07:00
JacquesvanRhynMSFT
39d89d811f
Update DirectML-ExecutionProvider.md ( #15502 )
2023-04-20 15:44:43 -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
Cassie Breviu
c5dfd1ce81
Add csharp dml sample code to EP doc and Stable Diff Repo ( #15103 )
2023-03-17 17:14:11 -07:00
Faith Xu
3681048474
[Docs] Update performance sections ( #15071 )
...
### Description
Staged: https://faxu.github.io/onnxruntime/docs/performance/
Main changes:
- Restructure performance section to break into sub-categories
- Move CUDA specific perf tuning tips to [CUDA EP
page](https://faxu.github.io/onnxruntime/docs/execution-providers/CUDA-ExecutionProvider.html#performance-tuning )
- Update [Transformer optimizer
page](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html )
to remove version-specific content... will be supported along with
https://github.com/microsoft/onnxruntime/pull/14964
- Fix links to point to new pages
2023-03-17 15:39:22 -07:00
Nat Kershaw (MSFT)
4a89a7b2da
Version 1.14 docs sweep ( #14789 )
2023-03-14 12:01:21 -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
yf711
5464c93bc9
[doc] Update TRTEP doc ( #14911 )
2023-03-08 16:44:25 -08:00
Faith Xu
ce52b2950f
[Docs] Minor text/wording updates for Azure EP ( #14552 )
...
### Description
Fixing some wording on Azure EP page
2023-02-10 16:47:11 -08:00
Cassie Breviu
1b9772352d
Add two new blogs that were posted this week to the news section and C# GPU tutorial ( #14443 )
...
Co-authored-by: Nat Kershaw <nakersha@microsoft.com>
2023-01-27 15:38:50 -08:00
Maanav Dalal
9913bf5a8a
Website Visual Updates & Fixing Broken Links ( #14430 )
2023-01-27 13:10:22 -08:00
Ted Themistokleous
5601b10644
Update information for ROCm 5.4 for MIGraphX and ROCm Builds ( #13813 )
...
-Add MIGraphX-EP page for install/example
-Update version info for ROCm version for both MIGraphx and ROCm EPs to
5.4 -Update hooks to the latest ROCm Pytorch supported (1.12.1 -> 1.13)
-Remove (Preview) from MIGraphx and ROCm EP notes
-Update ROCm & MIGraphX EP.md files with ROCm version and pytorch links
### Description
<!-- Describe your changes. -->
Update documentation about ROCm and MIGraphx with newest ROCm 5.4 stack
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Update things for whats able to be supported.
Co-authored-by: Ted Themistokleous <tthemist@amd.com>
2023-01-26 12:18:48 -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
RandySheriffH
1391f81c3f
Document Affinity & CloudEP ( #14137 )
2023-01-23 11:24:33 -08:00
Nat Kershaw (MSFT)
f9895177e1
Add 1.13 TRT compatibility ( #14331 )
...
Fixes #14090
2023-01-20 17:38:44 -08:00
JiCheng
88928251eb
[Xnnpack] update doc ( #13624 )
...
### Description
- iOS support
- MatMul && GEMM
- Resize
- ConvTranspose
A deployment [link](https://wejoncy.github.io/onnxruntime/ ) for
showcase.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2023-01-19 19:14:48 -08:00
sfatimar
f4d3d5f975
Ov 2022.3 4.3 doc ( #14252 )
2023-01-19 15:57:23 -08:00
FFFrog
b521f49c43
[CANN] Update the doc of CANN EP ( #13875 )
...
#### Description
This PR update docs of Ascend CANN excution provider.
#### Changes
1. Add some new ops.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops )
2. Add detailed option description.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options )
3. Fix the link problem caused by document structure adjustment.
2022-12-14 10:11:56 -08:00
Adam Pocock
c4dee79eed
Adding Java example to CUDA execution provider docs ( #13899 )
...
### Description
Adds an example of specifying CUDA options in Java to the CUDA execution
provider docs.
### Motivation and Context
Fixes #13896 .
2022-12-08 13:54:14 -08:00
Shubhamai
e591fd73bc
fixing link of c_cxx/fns_candy_style_transfer ( #13516 )
...
### Description
Updating an invalid link :
The link for `samples/c_cxx/fns_candy_style_transfer` was invalid. The
files now seems to be present in the `onnxruntime-inference-examples`
repo -
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer
### Motivation and Context
Fixing a non-working link.
2022-11-11 10:12:41 -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
Hector Li
ed1dfaa91e
Snpe EP add link to inference example code ( #13415 )
...
Add link to inference example code
2022-10-24 11:07:42 -07: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
Cheng
a01de6db92
[xnnpack] Add EP Doc ( #13021 )
...
**Description**: Describe your changes.
Xnnpack EP
Preview:
https://wejoncy.github.io/onnxruntime/
**Motivation and Context**
- Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here.
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-10-07 15:08:22 -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
PeixuanZuo
ce1bc9b49c
[Add] add Rocm ep doc ( #12971 )
...
**Description**: Describe your changes.
add rocm ep doc.
Perview Github page : https://ytaous.github.io/onnxruntime/
Added items
Home page
- [ ] Update matrix on home page: https://ytaous.github.io/onnxruntime/
- [ ] Link "Installation Instruction Follow build instructions from
here" to onnxruntime build with ROCm(inference) page.(This link now
point to preview page, will change later)
Installation
- [ ] Update installation page:
https://ytaous.github.io/onnxruntime/docs/install/#training-install-table-for-all-languages
Build onnxruntime
- [ ] Add onnxruntime build with ROCm(inference):
https://ytaous.github.io/onnxruntime/docs/build/eps.html#amd-rocm
- [ ] Update onnxruntime build with ROCm(training):
https://ytaous.github.io/onnxruntime/docs/build/training.html#gpu--rocm
ExecutionProvider
- [ ] Add ROCm ExecutionProvider navitagation:
https://ytaous.github.io/onnxruntime/docs/execution-providers/
- [ ] Add ROCm-ExecutionProvider page:
https://ytaous.github.io/onnxruntime/docs/execution-providers/ROCm-ExecutionProvider.html
Performance
- [ ] Add enable_rocm_profiling introcduction:
https://ytaous.github.io/onnxruntime/docs/performance/tune-performance.html#profiling-and-performance-report
- [ ] Add graph-optimation for ROCm ep:
https://ytaous.github.io/onnxruntime/docs/performance/graph-optimizations.html#extended-graph-optimizations
Co-authored-by: Ethan Tao <ettao@microsoft.com@orttrainingdev7.d32nl1ml4oruzj4qz3bqlggovf.px.internal.cloudapp.net>
Co-authored-by: ytaous <4484531+ytaous@users.noreply.github.com>
2022-09-20 12:04:20 -07:00
Faith Xu
552b70f82a
[Website] Add ORT at MS page and doc fixes ( #12518 )
...
* add ort at microsoft page
* remove openmp references
* update EP table
* update ort-at-microsoft page
* fix link
* Change ORT to ONNX Runtime
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-08-10 10:08:58 -07:00
Nat Kershaw (MSFT)
fd48acae6d
Add correct version for TRT ( #12475 )
2022-08-04 16:45:26 -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
Rachel Guo
57a545e056
[doc] update supported nnapi ep op md ( #12273 )
2022-07-27 15:49:37 -07:00
Rachel Guo
b65d8fe405
[doc] update supported coreml ep op md ( #12274 )
2022-07-25 16:17:36 -07:00
Faith Xu
0e1e488824
[website] updates for 1.12 ( #12262 )
...
* v1.12 docs updates
* fix typo
* add TVM EP updates to matrix
* More matrix updates
* remove xamarin example text
2022-07-22 10:04:40 -07:00
Valery Chernov
77611c3c61
[DOC][TVM EP] gh-pages upstreaming with updates of TVM EP ( #12164 )
2022-07-13 11:11:21 -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
Dwayne Robinson
196af877ca
Update DML EP documentation opset to 13-15 ( #12109 )
2022-07-06 14:14:59 -07:00
Nat Kershaw (MSFT)
8c23c57a9f
Refactor DirectML and Windows docs ( #12096 )
2022-07-06 09:52:42 -07:00
Hector Li
33d47609c4
update according to the C++ API change for SNPE EP. ( #11915 )
...
update according to the C++ API change for SNPE EP. AppendExecutionProvider_SNPE -> AppendExecutionProvider
2022-06-20 13:27:41 -07:00
Nat Kershaw (MSFT)
089b57d410
Update CUDA dependencies for 1.11 ( #11788 )
2022-06-08 11:57:08 -07:00
Nat Kershaw (MSFT)
1b3a09cd41
Fix CUDA EP code example ( #11777 )
2022-06-07 17:38:53 -07:00
Valery Chernov
9b9a3cbe41
update TVM EP description ( #11748 )
2022-06-07 10:42:43 -07:00
Dwayne Robinson
a5a079fd8c
Update DML EP to say version 1.8.2 ( #11493 )
2022-06-06 13:28:57 -07:00
George Wu
70a3468850
initial docs for SNPE EP ( #11705 )
...
* SNPE EP docs
* minor corrections
* fixes
* c++
* remove
* Update docs/execution-providers/SNPE-ExecutionProvider.md
Co-authored-by: manashgoswami <magoswam@microsoft.com>
* review comments
Co-authored-by: manashgoswami <magoswam@microsoft.com>
2022-06-03 14:19:57 -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
Nat Kershaw (MSFT)
6da9240866
Add link to release plan ( #11521 )
2022-05-23 11:04:29 -07:00
George Wu
e75c02762d
update summary of supported EP's table ( #11552 )
2022-05-23 10:47:01 -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
Vincent Wang
9411550a9a
Fix Key Number in CUDA EP Sample Code ( #11203 )
...
* fix key number in doc
* use size() instead of number
2022-04-13 19:31:23 -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
Edward Chen
645ebcb5af
ORT 1.11 mobile doc updates ( #11062 )
...
* Save updates.
* save changes
* Update install matrix text.
* save updates
* Rename ort-model-format.md to ort-format-models.md.
* Remove redirect_from entry, doesn't seem to work.
* PR comments.
* Reword.
2022-04-06 09:50:44 -07:00
Vincent Wang
59df74e0a9
[Doc] Provider Option cudnn_conv1d_pad_to_nc1d ( #11040 )
...
* doc for cudnn_conv1d_pad_to_nc1d
* update doc
2022-04-04 08:20:23 -07:00
George Wu
d699805e24
update TensorRT EP docs for ORT 1.11 ( #11055 )
2022-03-30 14:07:06 -07:00
Dwayne Robinson
dad658f53c
Warn user that GPU 0 is not necessarily performant ( #11044 )
2022-03-30 10:32:43 -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
Hariharan Seshadri
8573fd4c60
Document the usage of the CUDA Graphs feature ( #10859 )
2022-03-24 10:50:56 -07:00
Nat Kershaw (MSFT)
b9b9c10977
Fix links in the OpenVINO EP docs ( #10903 )
2022-03-17 15:20:33 -07:00
Valery Chernov
c25eb6125c
update TVM EP docs ( #10562 )
2022-03-15 15:13:20 -07:00
Dwayne Robinson
37935a7852
DirectML EP doc - clarify opset support and fix version ( #10519 )
2022-03-03 15:40:37 -08:00
Hariharan Seshadri
d66b856fb5
Small addendum to #10216 ( #10225 )
...
Accidentally left out a header
2022-01-07 20:24:47 -08:00
Hariharan Seshadri
2a8cf1507c
[Doc] Misc CUDA EP doc changes ( #10216 )
2022-01-07 17:54:43 -08:00
manashgoswami
7f0b170fd9
Rename STVM to TVM ep ( #10190 )
2022-01-05 14:06:35 -08:00
Nat Kershaw (MSFT)
f696d17906
Add STVM to website installation matrix ( #10064 )
2021-12-16 16:35:08 -08:00
Valery Chernov
8b3615f5ed
[DOC] add STVM EP docs ( #10059 )
2021-12-16 14:59:44 -08:00
Gary Miguel
41a714bbb3
Lots of minor doc improvements ( #9930 )
2021-12-10 17:43:15 -08:00
Nat Kershaw (MSFT)
d03f868944
Refactor web and mobile docs ( #9854 )
2021-12-10 16:22:10 -08:00
George Wu
fe3e672400
updates to CUDA and TensorRT EP documentation ( #9932 )
...
* updates to TRT, CUDA documentation
* update trt options python example.
2021-12-03 21:48:12 -08:00
Hariharan Seshadri
24dcd7334b
Initial commit ( #9933 )
2021-12-03 18:52:25 -08:00
RandySheriffH
30eba55992
Explain usage of --enable_cuda_profiling ( #9882 )
...
* explain usage of --enable_cuda_profiling
* remove cupti dependency
2021-11-29 21:46:42 -08:00
RandySheriffH
4bd7c2adf1
Document a few features for rel 1.10 ( #9836 )
...
* document threading hooks
* move doc to a separate section
* document cuda profiler numbers
* move doc
* specify cupti dependency
* add example inplace
* format code
* format code
* link to cxx api
* minor fix on grammar
* add new line
* minor fix on grammar
* minor fix on grammar
* minor fix on grammar
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2021-11-24 13:10:20 -08: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
Dwayne Robinson
471f719bb0
Fix doc listed opset for DirectML EP ( #7118 )
...
* Update DirectML-ExecutionProvider.md
Update stale version and opset for current ORT.
* Update install markdown link to DML
* Fix filename extension to html
2021-11-04 08:20:12 -07:00
Nat Kershaw (MSFT)
14825b3461
Add automatic link checking to docs website (and fix broken links) ( #9566 )
2021-10-27 10:43:10 -07:00
Faith Xu
6c8c8a9b12
[Docs] Update CUDA/TRT versions and menu format fixes ( #9317 )
...
* update cuda/trt versions
* update API doc links
* remove api doc parentage
* fix menu
* fix broken links
* open api links in new window
2021-10-14 11:28:17 -07: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
Guoyu Wang
e617f97f4e
Update mobile EP (NNAPI/CoreML) op coverage ( #9308 )
...
* Add op supported
* Update the build and create session
* minor update
* Add new NNNAPI flag doc
* Address CR comments
* Correct strings in the sample code
* Update docs/tutorials/mobile/model-execution.md
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2021-10-11 11:31:25 -07:00
stevenlix
9fa90d762b
Fix issues in execution provider docs ( #9201 )
...
* fix syntax issue
* update tensorrt version
2021-09-27 13:42:20 -07:00
stevenlix
e01d4c1d27
Update TensorRT doc ( #9112 )
...
* Update TensorRT-ExecutionProvider.md
* Update eps.md
* Update TensorRT-ExecutionProvider.md
2021-09-20 07:56:41 -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