-
Notifications
You must be signed in to change notification settings - Fork 127
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
.NET Core Support #10
Comments
Are you interested in a full wrapper or just an inference-wrapper? |
I have been looking for a library for .net for a long time to work with ML (nerual networls, GA, etc). |
Sounds great) |
I'd like also to contribute to .NET Core implementation, but I've not any experience of open source projects so far. Hope it's not gonna be an obstacle to community |
I have created two wrappers for NeoProxy.h, one is based on interop and is potentially cross-platform when I will be able to figure out proper DllImports for other platforms: @SAngeliuk and everyone, I would appreciate help with reviewing the API (it's challenging to encapsulate with interfaces) and preparing side by side build with NeoML ;) |
Thank you @eugeneagafonov! Great job! We will try to integrate your wrappers shortly. |
Thanks! |
;) |
Is there any chance of supporting .net core?
For C++ integration is possible to use the C++ CLR which can wrap C++ and make all classes available in the .NET environment.
Now there are very few normal libraries for .net, despite the fact that it has long been cross-platform.
The text was updated successfully, but these errors were encountered: