Commit 8e4ea891 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 6a5e73fb
...@@ -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://rusty1s.github.io/pytorch_scatter/functions/add.html) * [`scatter_add`](https://rusty2s.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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment