mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
update links to new api (#12836)
This commit is contained in:
parent
e2573f4801
commit
f5b30bdfc9
3 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ redirect_from: /docs/reference/api
|
|||
|:----------------------------------------------------------------------------------|
|
||||
| <span class="fs-5"> [Python API Docs](python/api_summary.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# 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> |
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ The ONNX runtime provides a C# .NET binding for running inference on ONNX models
|
|||
|
||||
|
||||
## API Reference
|
||||
[C# API Reference](../api/csharp-api)
|
||||
[C# API Reference](../api/csharp/api)
|
||||
|
||||
## Samples
|
||||
|
||||
|
|
@ -141,4 +141,4 @@ See [Tutorials: Basics - C#](../tutorials/api-basics)
|
|||
|
||||
## Learn More
|
||||
- [C# Tutorials](../tutorials/)
|
||||
- [C# API Reference](../api/csharp-api.html)
|
||||
- [C# API Reference](../api/csharp/api)
|
||||
|
|
@ -292,5 +292,5 @@ In this example we created a simple console app however this could easily be imp
|
|||
|
||||
There are many different BERT models that have been fine tuned for different tasks and different base models you could fine tune for your specific task. This code will work for most BERT models, just update the input, output and pre/postprocessing for your specific model.
|
||||
|
||||
- [C# API Doc](https://onnxruntime.ai/docs/api/csharp-api)
|
||||
- [C# API Doc](https://onnxruntime.ai/docs/api/csharp/api)
|
||||
- [Get Started with C# in ONNX Runtime](https://onnxruntime.ai/docs/get-started/with-csharp.html)
|
||||
|
|
|
|||
Loading…
Reference in a new issue