Commit 3dbd2282 authored by rusty1s's avatar rusty1s
Browse files

typo

parent ec7c59f0
...@@ -435,6 +435,7 @@ class SparseTensor(object): ...@@ -435,6 +435,7 @@ class SparseTensor(object):
def share_memory_(self: SparseTensor) -> SparseTensor: def share_memory_(self: SparseTensor) -> SparseTensor:
self.storage.share_memory_() self.storage.share_memory_()
return self
def is_shared(self: SparseTensor) -> bool: def is_shared(self: SparseTensor) -> bool:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment