dotnet / TorchSharp

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

Fix doc strings #35

Closed NiklasGustafsson closed 3 years ago

NiklasGustafsson commented 5 years ago

For a number of the functions on tensors, the doc strings are either incomplete or missing information. A systematic scrubbing needs to be done, consulting the libtorch source code and docs in order to complete the generated API.

NiklasGustafsson commented 5 years ago

The doc strings have improved, and are there for all the TypeGenerator methods. However, some of the arguments have empty explanation strings.

interesaaat commented 5 years ago

Documentation is also missing on the C# API of TorchSharp. The C API should be ok, maybe we can simply port the doc from there.

NiklasGustafsson commented 3 years ago

I'm going to close this issue -- the doc string situation has improved significantly.