mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Add link to Python API (#6647)
This commit is contained in:
parent
e210853b0c
commit
59e485d4f0
2 changed files with 20 additions and 1 deletions
19
docs/reference/api/python-api.md
Normal file
19
docs/reference/api/python-api.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Python API
|
||||
parent: API docs
|
||||
grand_parent: Reference
|
||||
nav_order: 5
|
||||
---
|
||||
|
||||
# ONNX Runtime Python API
|
||||
{: .no_toc }
|
||||
|
||||
## Contents
|
||||
{: .no_toc }
|
||||
|
||||
* TOC placeholder
|
||||
{:toc}
|
||||
|
||||
## API
|
||||
|
||||
See [https://www.onnxruntime.ai/python/](https://www.onnxruntime.ai/python/)
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
title: WinRT API
|
||||
parent: API docs
|
||||
grand_parent: Reference
|
||||
nav_order: 5
|
||||
nav_order: 6
|
||||
---
|
||||
|
||||
# Windows Machine Learning WinRT API
|
||||
|
|
|
|||
Loading…
Reference in a new issue