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
6db8aad4
Commit
6db8aad4
authored
Apr 08, 2018
by
rusty1s
Browse files
fixed links
parent
2d7692b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
README.md
README.md
+8
-9
No files found.
README.md
View file @
6db8aad4
[
pypi-image
]:
https://badge.fury.io/py/torch-scatter.svg
[
pypi-url
]:
https://pypi.python.org/pypi/torch-scatter
[
build-image
]:
https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[
build-url
]:
https://travis-ci.org/rusty1s/pytorch_scatter
[
build-image
]:
https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
[
coverage-image
]:
https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
[
coverage-url
]:
https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
...
...
@@ -23,13 +22,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.
The package consists of the following operations:
*
[
**Scatter Add**
](
https://rusty1s.github.io/pytorch_scatter/functions/add.html
)
*
[
**Scatter Sub**
](
https://rusty1s.github.io/pytorch_scatter/functions/sub.html
)
*
[
**Scatter Mul**
](
https://rusty1s.github.io/pytorch_scatter/functions/mul.html
)
*
[
**Scatter Div**
](
https://rusty1s.github.io/pytorch_scatter/functions/div.html
)
*
[
**Scatter Mean**
](
https://rusty1s.github.io/pytorch_scatter/functions/mean.html
)
*
[
**Scatter Min**
](
https://rusty1s.github.io/pytorch_scatter/functions/min.html
)
*
[
**Scatter Max**
](
https://rusty1s.github.io/pytorch_scatter/functions/max.html
)
*
[
**Scatter Add**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/add.html
)
*
[
**Scatter Sub**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/sub.html
)
*
[
**Scatter Mul**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/mul.html
)
*
[
**Scatter Div**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/div.html
)
*
[
**Scatter Mean**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/mean.html
)
*
[
**Scatter Min**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/min.html
)
*
[
**Scatter Max**
](
https://rusty1s.github.io/pytorch_scatter/
build/html/
functions/max.html
)
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