-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libloading support #63
Labels
enhancement
New feature or request
Comments
Simple CoreML demo in this branch
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I'm trying to use bindgen dynamic libloading for onnx shared library runtime.
I want to be able load and unload onnx shared library at runtime.
my current work is here chertov@b94870f
Can we make onnx shared library features check before loading?
For example we can check the existence of symbols like this
in the ONNX runtime shared library and wrap this information with methods like "is_cuda_support()"
The text was updated successfully, but these errors were encountered: