Skip to content

Commit bd104a0

Browse files
authored
update plugin_execution_providers/basic/readme.md (#554)
- Add description of `csharp` directory - Fix link to plugin EP docs
1 parent b201380 commit bd104a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugin_execution_providers/basic/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This directory contains a basic example of a custom ONNX Runtime Execution Provi
55
- `CMakeLists.txt`: Build configuration for the basic plugin EP.
66
- `src`: Contains source code for the basic plugin EP.
77
- `android`: Contains example code for setting up and using an Android package.
8+
- `csharp`: Contains example code for setting up and using a C# NuGet package.
89
- `python`: Contains example code for setting up and using a Python package.
910
- `gen_mul_model.py`: Reference script used to generate `mul.onnx` models used in usage examples. The model files are checked in.
1011

@@ -22,4 +23,4 @@ The resulting plugin EP library can be registered with ONNX Runtime for inferenc
2223
Refer to the ONNX Runtime documentation for details on loading and using plugin EPs. This example is intended for plugin EP developers.
2324

2425
## References
25-
- [ONNX Runtime Plugin EP Documentation](https://onnxruntime.ai/docs/execution-providers/plugin-ep-libraries.html)
26+
- [ONNX Runtime Plugin EP Documentation](https://onnxruntime.ai/docs/execution-providers/plugin-ep-libraries/)

0 commit comments

Comments
 (0)