onnxruntime/docs/reference/api/training-pytorch.md
Scott McKay 9e8d795344
Update ORT Mobile documentation (#7874)
* Update ORT Mobile documentation for both the pre-built package and custom build usage
Add info on pre-built package and CoreML EP
Refer to operator kernels and contrib ops documentation in github so we can point to the version specific content
Tweak some aspects like not specifying nav_order in places (items sort alphabetically by default)

* merge previous unmerged ios doc updates

* Address PR comments

* Minor tweaks

* Address PR comments

Co-authored-by: Guoyu Wang <wanggy@outlook.com>
2021-06-01 21:21:41 -07:00

18 lines
No EOL
320 B
Markdown

---
title: Training API
parent: API docs
grand_parent: Reference
---
# Training API (PyTorch)
{: .no_toc }
The ORT Training API is a PyTorch frontend that implements the torch.nn.Module interface.
## Contents
{: .no_toc }
* TOC placeholder
{:toc}
## Samples
[ONNX Runtime Training Examples](../../tutorials/training)