// JIT binding for load_local.py; the published build registers via torch_binding.cpp. #include #include "torch_binding.h" PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { m.def("rp_resample", &rp_resample); }