mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
fixing link of c_cxx/fns_candy_style_transfer (#13516)
### Description Updating an invalid link : The link for `samples/c_cxx/fns_candy_style_transfer` was invalid. The files now seems to be present in the `onnxruntime-inference-examples` repo - https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer ### Motivation and Context Fixing a non-working link.
This commit is contained in:
parent
770fa5ae20
commit
e591fd73bc
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ However, if a model input contains a free dimension (such as for batch size), ad
|
|||
|
||||
## Samples
|
||||
|
||||
A complete sample of onnxruntime using the DirectML execution provider can be found under [samples/c_cxx/fns_candy_style_transfer](https://github.com/microsoft/onnxruntime/tree/master/samples//c_cxx/fns_candy_style_transfer)
|
||||
A complete sample of onnxruntime using the DirectML execution provider can be found under [samples/c_cxx/fns_candy_style_transfer](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer)
|
||||
|
||||
|
||||
## Additional Resources
|
||||
|
|
|
|||
Loading…
Reference in a new issue