Commit graph

239 commits

Author SHA1 Message Date
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
github-actions[bot]
72a8226ccf
[Automated]: Update C# API docs (#12727)
Update C# API docs to commit ebff15d

Co-authored-by: abhi-ort <abhi-ort@users.noreply.github.com>
2022-08-25 13:02:56 -05:00
github-actions[bot]
e69a6e6b54
[Automated]: Update Python API docs (#12473) 2022-08-24 13:19:51 -07:00
github-actions[bot]
a7053b87c0
[Automated]: Update Java API docs (#12604) 2022-08-24 10:08:38 -07:00
Faith Xu
369a470327
[Docs] Update nightly python package locations (#12645)
* Update nightly python package locations

* Fix link
2022-08-19 11:12:15 -07:00
yf711
746130073b
Add instruction of new build option to link TensorRT builtin parser (#12615)
* Add instruction of new build option to link TensorRT builtin parser

* Add instruction of new build option to link TensorRT builtin parser
2022-08-17 08:26:17 -07:00
Kevin Huang
66228bff24
Add tutorial for Resnet cross platform inference (#12566) 2022-08-16 13:27:38 -07:00
github-actions[bot]
b8886b41e4
[Automated]: Update Java API docs (#12586) 2022-08-15 13:31:54 -07:00
github-actions[bot]
116b7cdbf3
[Automated]: Update Java API docs (#12578) 2022-08-12 12:55:22 -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
github-actions[bot]
80ccd0036c
[Automated]: Update C/C++ API docs (#12511)
Update C/C++ API docs to commit 56bd96a

Co-authored-by: skottmckay <skottmckay@users.noreply.github.com>
2022-08-08 18:54:25 -07:00
RandySheriffH
9f00b75596
Update objc doc to latest (#12507)
* update objc doc to latest

* remove stale link

* remove the link only

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-08-08 15:53:59 -07:00
Nat Kershaw (MSFT)
fd48acae6d
Add correct version for TRT (#12475) 2022-08-04 16:45:26 -07:00
brev
980211b477
Create C# inference section and added C# BERT NLP tutorial (#12472) 2022-08-04 15:59:28 -07:00
github-actions[bot]
e7d6d52011
[Automated]: Update Python API docs (#12443)
Update Python API docs to commit d452462

Co-authored-by: LironKesem <LironKesem@users.noreply.github.com>
2022-08-04 13:43:40 -07:00
Hector Li
0400c69be1
fix typo in doc (#12471)
fix typo build_was_static_lib -> build_wasm_static_lib
2022-08-04 13:41:45 -07:00
github-actions[bot]
1f5c203079
[Automated]: Update C/C++ API docs (#12460)
Update C/C++ API docs to commit 52d4699

Co-authored-by: RyanUnderhill <RyanUnderhill@users.noreply.github.com>
2022-08-04 09:49:08 -07:00
chethanpk
678106ad9f
Updated OneDNN build documentation (#12446)
Modified OneDNN documentation to include build instructions for using open-source OpenCL-SDK

Signed-off by: chethan.palangotu.keshava@intel.com
2022-08-03 12:53:14 -07:00
github-actions[bot]
5e0a75ce4e
[Automated]: Update Python API docs (#12434)
Update Python API docs to commit 84f69d3

Co-authored-by: snnn <snnn@users.noreply.github.com>
2022-08-03 10:24:42 -07:00
Edward Chen
3535b56700
Add links to custom Android/iOS package instructions to increase discoverability. (#12431) 2022-08-02 19:35:06 -07:00
github-actions[bot]
0059cdcc5e
[Automated]: Update Python API docs (#11113) 2022-08-02 18:27:25 -07:00
Faith Xu
f39fbbf6f7
[Website/Docs] Add quote and reorganize docs navigation (#12355) 2022-07-29 12:44:36 -07:00
Mohamed A. Abdellaoui
4471569ab3
Update inferencing.md (#12237)
Fix wrong version number for downloading cmake.
2022-07-29 12:40:58 -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
LauSto
ebf1ed8c74
Update inferencing.md (#12198) (#12242)
Changed referenced protobuf version from 3.11.2 to 3.18.1

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-07-27 15:50:16 -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
RandySheriffH
8672bb0b3d
Update objc doc (#12308)
* update operator version

* update objc docs

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-07-25 12:22:53 -07:00
RandySheriffH
e0be2ca4ea
update operator version (#12307)
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-07-25 11:03:03 -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
RandySheriffH
943b54911b
Document standalone ops for 1.12.0 (#12221)
* comment on standalone ops

* touch up the grammar

* link API

* touch up the grammar

* reorder paragraphs

* rephrase

* add space

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-07-19 13:53:43 -07:00