dotnet / TorchSharp

A .NET library that provides access to the library that powers PyTorch.
MIT License
1.4k stars 182 forks source link

Integrate with the CoreFX Tensor proposal #77

Closed tannergooding closed 4 years ago

tannergooding commented 5 years ago

CoreFX is looking to expose a set of types that allow exchange and interop between the various tensor frameworks.

We now have an API proposal for what these types would look like here: dotnet/corefx#35765

It would be beneficial if TorchSharp could review the proposal to ensure it matches their expectations and raise any concerns before we take it to API review.

tannergooding commented 5 years ago

CC. @markusweimer, @interesaaat, @eerhardt

dsyme commented 4 years ago

Closing as covered by #71