11[ pypi-image ] : https://badge.fury.io/py/torch-scatter.svg
22[ pypi-url ] : https://pypi.python.org/pypi/torch-scatter
3- [ build-image ] : https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
4- [ build-url ] : https://travis-ci.org/rusty1s/pytorch_scatter
3+ [ build-image] : https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master [ build-url] : https://travis-ci.org/rusty1s/pytorch_scatter
54[ coverage-image ] : https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
65[ coverage-url ] : https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
76
@@ -23,13 +22,13 @@ This package consists of a small extension library of highly optimised sparse up
2322Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
2423The package consists of the following operations:
2524
26- * [ ** Scatter Add** ] ( https://rusty1s.github.io/pytorch_scatter/functions/add.html )
27- * [ ** Scatter Sub** ] ( https://rusty1s.github.io/pytorch_scatter/functions/sub.html )
28- * [ ** Scatter Mul** ] ( https://rusty1s.github.io/pytorch_scatter/functions/mul.html )
29- * [ ** Scatter Div** ] ( https://rusty1s.github.io/pytorch_scatter/functions/div.html )
30- * [ ** Scatter Mean** ] ( https://rusty1s.github.io/pytorch_scatter/functions/mean.html )
31- * [ ** Scatter Min** ] ( https://rusty1s.github.io/pytorch_scatter/functions/min.html )
32- * [ ** Scatter Max** ] ( https://rusty1s.github.io/pytorch_scatter/functions/max.html )
25+ * [ ** Scatter Add** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/add.html )
26+ * [ ** Scatter Sub** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/sub.html )
27+ * [ ** Scatter Mul** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/mul.html )
28+ * [ ** Scatter Div** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/div.html )
29+ * [ ** Scatter Mean** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/mean.html )
30+ * [ ** Scatter Min** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/min.html )
31+ * [ ** Scatter Max** ] ( https://rusty1s.github.io/pytorch_scatter/build/html/ functions/max.html )
3332
3433All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
3534
0 commit comments