| 16 | #include "ms_deform_attn.h" |
| 17 | |
| 18 | PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { |
| 19 | m.def("ms_deform_attn_forward", &ms_deform_attn_forward, "ms_deform_attn_forward"); |
| 20 | m.def("ms_deform_attn_backward", &ms_deform_attn_backward, "ms_deform_attn_backward"); |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected