"docs/tutorials/config.md" did not exist on "8e43e789b77a9947dd3cd823d0a90464e8888f3f"
segment_coo.cpp 217 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
#include <torch/script.h>

#include "segment_coo_impl.h"

static auto registry =
    torch::RegisterOperators("torch_scatter_cpu::segment_coo", &segment_coo)
        .op("torch_scatter_cpu::gather_coo", &gather_coo);