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);