Skip to content

Commit

Permalink
tensor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Nov 18, 2016
1 parent 7a837b7 commit 509dd57
Show file tree
Hide file tree
Showing 4 changed files with 2,916 additions and 2,426 deletions.
2 changes: 1 addition & 1 deletion docs/docutils/torch-cwrap-gen.py
Expand Up @@ -49,7 +49,7 @@ def get_return_wrapper(self, option):
return Template("")

def print_declarations(self):
print(" # torch.Tensor")
print("# torch.Tensor")
for name, declarations in sorted(self.declarations.items()):
if name.endswith('_') and name[:-1] in self.declarations:
continue
Expand Down

0 comments on commit 509dd57

Please sign in to comment.