#pragma once #include "../extensions.h" std::tuple> segment_coo_cpu(torch::Tensor src, torch::Tensor index, torch::optional optional_out, torch::optional dim_size, std::string reduce); torch::Tensor gather_coo_cpu(torch::Tensor src, torch::Tensor index, torch::optional optional_out);