mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
Add link to candy style transfer sample (#14969)
This commit is contained in:
parent
bd9b15fd4d
commit
e3e4ab0162
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: C
|
||||
parent: Get Started
|
||||
nav_order: 4
|
||||
nav_order: 3
|
||||
---
|
||||
|
||||
# Get started with ORT for C
|
||||
|
|
@ -110,4 +110,4 @@ To turn on/off telemetry collection on official Windows builds, please use Enabl
|
|||
|
||||
## Samples
|
||||
|
||||
See [Tutorials: API Basics - C](../tutorials/api-basics)
|
||||
See [Candy Style Transfer](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: C#
|
||||
parent: Get Started
|
||||
toc: true
|
||||
nav_order: 3
|
||||
nav_order: 4
|
||||
---
|
||||
# Get started with ORT for C#
|
||||
{: .no_toc }
|
||||
|
|
|
|||
Loading…
Reference in a new issue