Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/FlowFormer-Official
/ PYBIND11_MODULE
Function
PYBIND11_MODULE
alt_cuda_corr/correlation.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
52
m.def(
"forward"
, &corr_forward,
"CORR forward"
);
53
m.def(
"backward"
, &corr_backward,
"CORR backward"
);
54
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected