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-scatter
Commits
ef6fa227
Commit
ef6fa227
authored
Dec 27, 2017
by
rusty1s
Browse files
typo
parent
8e4ea891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
ef6fa227
...
@@ -17,13 +17,13 @@ This package consists of a small extension library of highly optimised sparse up
...
@@ -17,13 +17,13 @@ This package consists of a small extension library of highly optimised sparse up
Scatter-operations can be roughly described as reduce-operations based on a given "group-index" tensor.
Scatter-operations can be roughly described as reduce-operations based on a given "group-index" tensor.
The package consists of the following operations:
The package consists of the following operations:
*
[
`s
catter
_add`
](
https://rusty2s.github.io/pytorch_scatter/functions/add.html
)
*
[
**S
catter
Add**
](
https://rusty2s.github.io/pytorch_scatter/functions/add.html
)
*
[
`s
catter
_sub`
](
https://rusty1s.github.io/pytorch_scatter/functions/sub.html
)
*
[
**S
catter
Sub**
](
https://rusty1s.github.io/pytorch_scatter/functions/sub.html
)
*
[
`s
catter
_mul`
](
https://rusty1s.github.io/pytorch_scatter/functions/mul.html
)
*
[
**S
catter
Mul**
](
https://rusty1s.github.io/pytorch_scatter/functions/mul.html
)
*
[
`s
catter
_div`
](
https://rusty1s.github.io/pytorch_scatter/functions/div.html
)
*
[
**S
catter
Div**
](
https://rusty1s.github.io/pytorch_scatter/functions/div.html
)
*
[
`s
catter
_m
ean
`
](
https://rusty1s.github.io/pytorch_scatter/functions/mean.html
)
*
[
**S
catter
M
ean
**
](
https://rusty1s.github.io/pytorch_scatter/functions/mean.html
)
*
[
`s
catter
_min`
](
https://rusty1s.github.io/pytorch_scatter/functions/min.html
)
*
[
**S
catter
Min**
](
https://rusty1s.github.io/pytorch_scatter/functions/min.html
)
*
[
`s
catter
_max`
](
https://rusty1s.github.io/pytorch_scatter/functions/max.html
)
*
[
**S
catter
Max**
](
https://rusty1s.github.io/pytorch_scatter/functions/max.html
)
All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
...
...
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