Commit 51f498e7 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 5a0804fc
:github_url: https://github.com/rusty1s/pytorch_scatter :github_url: https://github.com/rusty1s/pytorch_scatter
PyTorch Scatter documentation PyTorch Scatter Documentation
=============================== =============================
This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package. This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package.
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.
......
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