LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
/home/matthias.fey/github/pytorch_scatter/csrc/scatter.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/segment_coo.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/segment_csr.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/cpu/scatter_cpu.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/cpu/segment_coo_cpu.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/cpu/segment_csr_cpu.cpp
/home/matthias.fey/github/pytorch_scatter/csrc/cuda/scatter_cuda.cu
/home/matthias.fey/github/pytorch_scatter/csrc/cuda/segment_coo_cuda.cu
/home/matthias.fey/github/pytorch_scatter/csrc/cuda/segment_csr_cuda.cu
csrc/scatter.cpp
csrc/segment_coo.cpp
csrc/segment_csr.cpp
csrc/utils.h
csrc/cpu/index_info.h
csrc/cpu/reducer.h
csrc/cpu/scatter_cpu.cpp
csrc/cpu/scatter_cpu.h
csrc/cpu/segment_coo_cpu.cpp
csrc/cpu/segment_coo_cpu.h
csrc/cpu/segment_csr_cpu.cpp
csrc/cpu/segment_csr_cpu.h
csrc/cpu/utils.h
csrc/cuda/atomics.cuh
csrc/cuda/index_info.cuh
csrc/cuda/reducer.cuh
csrc/cuda/scatter_cuda.cu
csrc/cuda/scatter_cuda.h
csrc/cuda/segment_coo_cuda.cu
csrc/cuda/segment_coo_cuda.h
csrc/cuda/segment_csr_cuda.cu
csrc/cuda/segment_csr_cuda.h
csrc/cuda/utils.cuh
test/__init__.py
test/test_broadcasting.py
test/test_gather.py
test/test_multi_gpu.py
test/test_scatter.py
test/test_segment.py
test/test_zero_tensors.py
test/utils.py
torch_scatter/__init__.py
torch_scatter/scatter.py
torch_scatter/segment_coo.py
torch_scatter/segment_csr.py
torch_scatter/utils.py
torch_scatter.egg-info/PKG-INFO
torch_scatter.egg-info/SOURCES.txt
torch_scatter.egg-info/dependency_links.txt
torch_scatter.egg-info/top_level.txt
torch_scatter/composite/__init__.py
torch_scatter/composite/logsumexp.py
torch_scatter/composite/softmax.py
torch_scatter/composite/std.py