Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
84d5c89e
"src/vscode:/vscode.git/clone" did not exist on "50962c433fd2bc55eedb667c99ea5f6717f7debc"
Commit
84d5c89e
authored
Nov 23, 2018
by
AntoinePrv
Browse files
Deprecation warning
parent
f6f147a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torch_sparse/spspmm.py
torch_sparse/spspmm.py
+1
-1
No files found.
torch_sparse/spspmm.py
View file @
84d5c89e
...
@@ -37,7 +37,7 @@ class SpSpMM(torch.autograd.Function):
...
@@ -37,7 +37,7 @@ class SpSpMM(torch.autograd.Function):
@
staticmethod
@
staticmethod
def
backward
(
ctx
,
grad_indexC
,
grad_valueC
):
def
backward
(
ctx
,
grad_indexC
,
grad_valueC
):
m
,
k
,
n
=
ctx
.
m
,
ctx
.
k
,
ctx
.
n
m
,
k
,
n
=
ctx
.
m
,
ctx
.
k
,
ctx
.
n
indexA
,
valueA
,
indexB
,
valueB
,
indexC
=
ctx
.
saved_
variable
s
indexA
,
valueA
,
indexB
,
valueB
,
indexC
=
ctx
.
saved_
tensor
s
grad_valueA
=
grad_valueB
=
None
grad_valueA
=
grad_valueB
=
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment