Replies: 2 comments 3 replies
-
The current C API does not allow this scenario but it allows the implementation of custom kernels for existing providers: https://onnxruntime.ai/docs/reference/operators/add-custom-op.html. Would that work in your case? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@jywu-msft and his team are working on this as we speak. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I want to create a new Execution Provider, could I build this Execution Provider outside of the ONNX Runtime code base as a plugin?
For example, I can first install standard ONNX Runtime:
Then install my Execution Provider:
Then I can run ONNX on my Provider.
Do we support this way?
Beta Was this translation helpful? Give feedback.
All reactions