#ifndef PERM_INC #define PERM_INC #include inline std::tuple randperm(at::Tensor row, at::Tensor col, int num_nodes); #endif // PERM_INC