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
51779133
".github/vscode:/vscode.git/clone" did not exist on "0cfa6a122b77f7da018772cba18ea63b94c1d048"
Commit
51779133
authored
Jun 29, 2019
by
rusty1s
Browse files
fix links
parent
a5a0fafd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+8
-8
No files found.
README.md
View file @
51779133
...
@@ -26,14 +26,14 @@ This package consists of a small extension library of highly optimized sparse up
...
@@ -26,14 +26,14 @@ This package consists of a small extension library of highly optimized 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://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/add.html
)
*
[
**Scatter Add**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/add.html
)
*
[
**Scatter Sub**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/sub.html
)
*
[
**Scatter Sub**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/sub.html
)
*
[
**Scatter Mul**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/mul.html
)
*
[
**Scatter Mul**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/mul.html
)
*
[
**Scatter Div**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/div.html
)
*
[
**Scatter Div**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/div.html
)
*
[
**Scatter Mean**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/mean.html
)
*
[
**Scatter Mean**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/mean.html
)
*
[
**Scatter Std**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/std.html
)
*
[
**Scatter Std**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/std.html
)
*
[
**Scatter Min**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/min.html
)
*
[
**Scatter Min**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/functions/min.html
)
*
[
**Scatter Max**
](
https://
rusty1s.github.io/
pytorch
_
scatter
/build/html
/functions/max.html
)
*
[
**Scatter Max**
](
https://pytorch
-
scatter
.readthedocs.io/en/latest
/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