Skip to content

Commit

Permalink
Merge pull request #4 from epignatelli/master
Browse files Browse the repository at this point in the history
torch python module is now ported as a .NET static class
  • Loading branch information
henon authored Aug 1, 2019
2 parents a57a594 + ad7059c commit 3a47e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Torch/torch.module.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Torch
{
public partial class torch
public static partial class torch
{

public static PyObject self => _lazy_self.Value;
Expand Down

0 comments on commit 3a47e49

Please sign in to comment.