Currently I am binding the Tensor APIs, opportunities to bind other APIs are wide open.
To run this, you will need libtorch and its dependencies (on Mac that includes libc10) installed in a location that your dynamic linker can get to.
The following was tested on Ubuntu 18.04 on the Windows Subsytem for Linux.
- Install the .NET Core SDK.
- Install libtorch, and make it available to the dynamic linker.
- Run
dotnet run
in theTester
subfolder.