File tree Expand file tree Collapse file tree
plugin_execution_providers/basic Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2223Refer 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/ )
You can’t perform that action at this time.
0 commit comments