mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Snpe EP add link to inference example code (#13415)
Add link to inference example code
This commit is contained in:
parent
aa31c8c9f2
commit
ed1dfaa91e
1 changed files with 6 additions and 0 deletions
|
|
@ -63,3 +63,9 @@ Ort::Session session(env, model_path, session_options);
|
|||
```
|
||||
|
||||
The C API details are [here](../get-started/with-c.md).
|
||||
|
||||
### Inference example
|
||||
|
||||
[Image classification with Inception v3 in CPP using SNPE Execution Provider](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/Snpe_EP)
|
||||
|
||||
[Image classification with VGG16 in C# using SNPE Execution Provider](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_sharp/Snpe_EP/vgg16_image_classification)
|
||||
|
|
|
|||
Loading…
Reference in a new issue