#ifndef LOOP_INC #define LOOP_INC #include inline std::tuple remove_self_loops(at::Tensor row, at::Tensor col); #endif // LOOP_INC