Snpe EP add link to inference example code (#13415)

Add link to inference example code
This commit is contained in:
Hector Li 2022-10-24 11:07:42 -07:00 committed by GitHub
parent aa31c8c9f2
commit ed1dfaa91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)