Skip to content

Commit f96e521

Browse files
authored
[docs] Plugin EP usage - Add references to Python and C# usage examples (#27709)
### Description <!-- Describe your changes. --> Add references to Python and C# usage examples in the plugin EP usage documentation. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Make examples more accessible.
1 parent 221064d commit f96e521

File tree

1 file changed

+6
-0
lines changed
  • docs/execution-providers/plugin-ep-libraries

1 file changed

+6
-0
lines changed

docs/execution-providers/plugin-ep-libraries/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ nav_order: 1
1111

1212
This page provides a reference on how to use a plugin EP library with the ONNX Runtime API.
1313

14+
The code on this page is C++ and uses the ONNX Runtime C++ API.
15+
16+
There are also some usage examples in other languages:
17+
- [Python example](https://github.com/microsoft/onnxruntime-inference-examples/blob/main/plugin_execution_providers/basic/python/example_usage/example_usage.py)
18+
- [C# example](https://github.com/microsoft/onnxruntime-inference-examples/blob/main/plugin_execution_providers/basic/csharp/SampleApp/Program.cs)
19+
1420
## Contents
1521
{: .no_toc }
1622

0 commit comments

Comments
 (0)