MCPcopy Create free account
hub / github.com/WeChatCV/WeVisionOne / PYBIND11_MODULE

Function PYBIND11_MODULE

WeVisionOne/pixel_decoder/ops/src/vision.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "ms_deform_attn.h"
17
18PYBIND11_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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected