mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
Changes include: - Added a new page for `On-Device Training` overview: [Preview](https://baijumeswani.github.io/onnxruntime/docs/get-started/on-device-training.html) - Added a new section for `On-Device Training` installation: [Preview](https://baijumeswani.github.io/onnxruntime/docs/install/#install-for-on-device-training) - Added a new section for `On-Device Training` build from source: [Preview](https://baijumeswani.github.io/onnxruntime/docs/build/training.html#build-for-on-device-training) - Updated Large Model Training overview, installation, build pages to reflect what is currently accurate. Website preview: https://baijumeswani.github.io/onnxruntime/ Pending website work: - Update links for released packages for training. - Add tutorial for on-device training - Add links to the blog posts that detail on device training.
19 lines
No EOL
1.1 KiB
Markdown
19 lines
No EOL
1.1 KiB
Markdown
---
|
|
title: API Docs
|
|
nav_order: 5
|
|
redirect_from: /docs/reference/api
|
|
---
|
|
|
|
# ONNX Runtime API docs
|
|
{: .no_toc }
|
|
|
|
|:----------------------------------------------------------------------------------|
|
|
| <span class="fs-5"> [Python API Docs](python/index.html){: .btn target="_blank"} </span> |
|
|
| <span class="fs-5"> [Java API Docs](java/index.html){: .btn target="_blank"} </span> |
|
|
| <span class="fs-5"> [C# API Docs](csharp/api){: .btn target="_blank"} </span>|
|
|
| <span class="fs-5"> [C/C++ API Docs](c){: .btn target="_blank"} </span>|
|
|
| <span class="fs-5"> [WinRT API Docs](https://docs.microsoft.com/en-us/windows/ai/windows-ml/api-reference){: .btn target="_blank"} </span>|
|
|
| <span class="fs-5"> [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} </span> |
|
|
| <span class="fs-5"> [JavaScript API Docs](js/index.html){: .btn target="_blank"} </span>|
|
|
| <span class="fs-5"> [Ruby API (Community)](https://github.com/ankane/onnxruntime-ruby){: .btn target="_blank"} </span>|
|
|
| <span class="fs-5"> [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} </span>| |