Commit 3b2dee22 authored by rusty1s's avatar rusty1s
Browse files

added description

parent c8893e9e
......@@ -11,6 +11,9 @@
--------------------------------------------------------------------------------
This package consists of a small extension library of highly optimised sparse update operations for the use in [PyTorch](http://pytorch.org/).
It consists of the following operations:
* `scatter_add`
* `scatter_sub`
* `scatter_mul`
......@@ -19,13 +22,15 @@
* `scatter_min`
* `scatter_max`
All included `scatter` ops work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
## Installation
```sh
python setup.py install
```
## Usage
## Example
```py
from torch_scatter import scatter_max
......
[metadata]
description-file = README.md
[aliases]
test=pytest
test = pytest
[tool:pytest]
addopts = --capture=no --cov
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