Commit graph

269 commits

Author SHA1 Message Date
RandySheriffH
1391f81c3f
Document Affinity & CloudEP (#14137) 2023-01-23 11:24:33 -08:00
github-actions[bot]
4940d33f3b
[Automated]: Update Python API docs (#14374) 2023-01-21 10:34:16 -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
Nat Kershaw (MSFT)
bc6cafbae1
Add citation back into nav (#13153) 2023-01-19 17:04:55 -08:00
kshama-msft
7901974190
Fix typo Reference -> Performance (#13581) 2023-01-19 16:23:59 -08:00
github-actions[bot]
31b14652e1
[Automated]: Update C# API docs (#13570) 2023-01-19 16:22:26 -08:00
github-actions[bot]
56118f6a10
[Automated]: Update Java API docs (#13612) 2023-01-19 16:21:07 -08:00
github-actions[bot]
52a14e5adc
[Automated]: Update Python API docs (#13927) 2023-01-19 16:19:31 -08:00
sfatimar
f4d3d5f975
Ov 2022.3 4.3 doc (#14252) 2023-01-19 15:57:23 -08:00
Yulong Wang
4a9e20aa30
[doc] update Prerequisites in "Build for Web" (#14357) 2023-01-19 10:40:23 -08:00
Faith Xu
ce563c3774
[documentation] Updates for clarity (#14329)
### Description
- bring up section on vc runtime requirement for visibility 
- update onnx/ort compatibility table
2023-01-17 16:51:10 -08:00
EunHo Lee
65dbfe1907
Fix documentation typos (#14084) 2023-01-06 13:11:23 -08:00
Nat Kershaw (MSFT)
7717184965
Revert iot URL to original iot-edge (#14150)
This maintains backwards compatibility for backlinks and traffic
telemetry
2023-01-05 19:52:05 -06:00
Cassie Breviu
b9d6776849
Update the IoT Docs home page and add Raspberry Pi Tutorial (#14096)
### Description
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/iot/

https://cassiebreviu.github.io/onnxruntime/docs/tutorials/iot/rasp-pi-cv.html

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2023-01-05 18:33:30 -06:00
Faith Xu
7b81424256
[docs] Update installation summary for nightly builds (#14135)
### Description
- update ort-gpu packages to indicate inclusion of CUDA and TRT
- add DML Python packages (official and nightly)
- update to include nightly builds for windowsAI, nodejs, react-native,
and ort-web
2023-01-04 17:06:41 -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
Nat Kershaw (MSFT)
048dbb5409
Update with-python.md (#13945) 2022-12-13 11:07:53 -08:00
github-actions[bot]
39c0ce1656
[Automated]: Update Python API docs (#13926)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: natke <natke@users.noreply.github.com>
2022-12-09 15:55:42 -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
Cassie Breviu
7fb9d8e35d
Update Excel BERT ORT Web tutorial (#13887)
### Description
Update the Excel ORT Web tutorial


https://cassiebreviu.github.io/onnxruntime/docs/tutorials/web/excel-addin-bert-js.html
2022-12-07 18:33:26 -06:00
Cassie Breviu
8d612d6a04
Add Excel Add-in BERT NLP Custom Function Tutorial (#13826)
### Description
Add new tutorial for ONNX Runtime web to work in excel with local
models.


https://cassiebreviu.github.io/onnxruntime/docs/tutorials/web/excel-addin-bert-js.html
2022-12-06 09:35:58 -06: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
github-actions[bot]
770fa5ae20
[Automated]: Update Java API docs (#13151)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: jchen351 <jchen351@users.noreply.github.com>
2022-11-09 13:30:29 -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
Nat Kershaw (MSFT)
785c8354ca
Update releases page to 1.13 (#13540) 2022-11-02 10:16:43 -07:00
Cassie Breviu
cb7f11d753
update release video link to 1.13 (#13533)
### Description
Update link to new release video 1.13 on docs home page.
2022-11-01 11:45:23 -07:00
Jian Chen
3a47cdc26a
Update obj_c documentations (#13419) 2022-10-24 16:46:14 -07:00
Jian Chen
8a0f5c665f
Update OperatorKernels.md (#13420) 2022-10-24 16:45:28 -07:00
Jian Chen
8c50768fc1
Update ContribOperators.md (#13421) 2022-10-24 16:44:57 -07: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
Changming Sun
3e1808dc59
Update ORT inference build instructions (#13326) 2022-10-17 09:42:34 -07:00
Nat Kershaw (MSFT)
a614c31457
Update pytorch.md (#12865)
Fix code snippet type to get correct code syntax highlighting
2022-10-12 18:10:01 -07:00
Faith Xu
0979270ca2
[Docs] Fix link (#13220)
Addresses #13218
2022-10-10 17:50:12 -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
Nat Kershaw (MSFT)
4186ede6f8
Add example of specific image to website link previews (#12866)
Add `image: /images/azureml-deployment.png` to the article front matter.


![image](https://user-images.githubusercontent.com/3302433/192908399-d9234328-e658-4cab-a304-c4391d21f5e6.png)
2022-09-30 10:37:07 -07:00
github-actions[bot]
aef4472ef1
[Automated]: Update C# API docs (#12964)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: RandySheriffH <RandySheriffH@users.noreply.github.com>
2022-09-28 14:38:21 -07:00
github-actions[bot]
8660613262
[Automated]: Update Java API docs (#12846)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: cloudhan <cloudhan@users.noreply.github.com>
2022-09-28 14:36:46 -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
shalvamist
a453835a9b
update for ORT Web build guide (#12247)
* update for ORT Web guide

I reordered a few things and added some more context.
I think we can also add more information on converting ONNX to ORT format fairly easily. maybe in the doc update next iteration :)

* Doc update - Following the github discussion

* Update web.md

Updated the doc - fixed the title hierarchy
Added a small comment regarding the final build products.

* Update web.md

Updated the titles "Build ONNX Runtime for web assembly" --> "Build ONNX Runtime web assembly artifacts"
Updated the "build NPM package" doc section - clarified the different sections of the build process

* Update web.md

Fixed a broken link

* Update web.md

Adding a section to clarify there is one last step for finalizing the build process
2022-09-06 16:32:53 -07:00
Nat Kershaw (MSFT)
97180a1056
Pytorch inference (#12613)
* Skeleton for PyTorch inference page

* Add outline

* Add different inference options

* Added section on ONNXRuntime

* Refine title

* Minor reword

* Update after review

* Minor edits

* Add link to get started

* Clarify intro text

* Add review improvements
2022-09-02 19:03:21 -07:00
github-actions[bot]
611b4153f1
[Automated]: Update Java API docs (#12704)
Update Java API docs to commit 295bd26

Co-authored-by: baijumeswani <baijumeswani@users.noreply.github.com>
2022-09-02 15:00:36 -07:00
acid-space-cowboy
c0e3e10f34
Minor updates to include QDQ Dynamic (#12839)
Minor updates in the ONNX quantization representation format section to reflect the addition of QDQ Dynamic feature.
2022-09-02 11:18:36 -07:00
Cassie Breviu
f5b30bdfc9
update links to new api (#12836) 2022-09-02 08:32:39 -07:00
github-actions[bot]
e2573f4801
[Automated]: Update C# API docs (#12807)
Update C# API docs to commit 98b2b7f

Co-authored-by: natke <natke@users.noreply.github.com>
2022-09-02 09:14:15 -05:00
Chen Fu
f3a9b9b2fd
quantization doc (#12808) 2022-09-01 09:45:26 -07:00
Scott McKay
ddaecc489c
Add doco on session.use_ort_model_bytes_for_initializers (#12805) 2022-08-31 13:17:48 -07:00
Cassie Breviu
d83489c6f0
Remove csharp artifacts that should not be checked in (#12794) 2022-08-30 16:05:43 -07:00