#include "segment_coo_cuda.h" std::tuple> segment_coo_cuda(torch::Tensor src, torch::Tensor index, torch::optional optional_out, torch::optional dim_size, std::string reduce) { return std::make_tuple(src, optional_out); } torch::Tensor gather_coo_cuda(torch::Tensor src, torch::Tensor index, torch::optional optional_out) { return src; }