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
8e4ea891
Commit
8e4ea891
authored
Dec 27, 2017
by
rusty1s
Browse files
typo
parent
6a5e73fb
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 @
8e4ea891
...
@@ -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:
*
`scatter_add`
[
🔗
](
https://rusty
1
s.github.io/pytorch_scatter/functions/add.html
)
*
[
`scatter_add`
](
https://rusty
2
s.github.io/pytorch_scatter/functions/add.html
)
*
`scatter_sub`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/sub.html
)
*
[
`scatter_sub`
](
https://rusty1s.github.io/pytorch_scatter/functions/sub.html
)
*
`scatter_mul`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/mul.html
)
*
[
`scatter_mul`
](
https://rusty1s.github.io/pytorch_scatter/functions/mul.html
)
*
`scatter_div`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/div.html
)
*
[
`scatter_div`
](
https://rusty1s.github.io/pytorch_scatter/functions/div.html
)
*
`scatter_mean`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/mean.html
)
*
[
`scatter_mean`
](
https://rusty1s.github.io/pytorch_scatter/functions/mean.html
)
*
`scatter_min`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/min.html
)
*
[
`scatter_min`
](
https://rusty1s.github.io/pytorch_scatter/functions/min.html
)
*
`scatter_max`
[
🔗
](
https://rusty1s.github.io/pytorch_scatter/functions/max.html
)
*
[
`scatter_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