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
698be79e
Commit
698be79e
authored
Jun 12, 2020
by
rusty1s
Browse files
fix linting
parent
1b2501be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torch_sparse/matmul.py
torch_sparse/matmul.py
+2
-2
No files found.
torch_sparse/matmul.py
View file @
698be79e
...
@@ -100,13 +100,13 @@ def spspmm(src: SparseTensor, other: SparseTensor,
...
@@ -100,13 +100,13 @@ def spspmm(src: SparseTensor, other: SparseTensor,
@
torch
.
jit
.
_overload
# noqa: F811
@
torch
.
jit
.
_overload
# noqa: F811
def
matmul
(
src
,
other
,
reduce
):
def
matmul
(
src
,
other
,
reduce
):
# noqa: F811
# type: (SparseTensor, torch.Tensor, str) -> torch.Tensor
# type: (SparseTensor, torch.Tensor, str) -> torch.Tensor
pass
pass
@
torch
.
jit
.
_overload
# noqa: F811
@
torch
.
jit
.
_overload
# noqa: F811
def
matmul
(
src
,
other
,
reduce
):
def
matmul
(
src
,
other
,
reduce
):
# noqa: F811
# type: (SparseTensor, SparseTensor, str) -> SparseTensor
# type: (SparseTensor, SparseTensor, str) -> SparseTensor
pass
pass
...
...
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