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