#include #include "cpu/nms.cpp" #include "cpu/roi_align.cpp" PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { m.def("nms", &nms, "NMS C++ and/or CUDA"); }