Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csxmli2016/MARCONetPlusPlus
/ PYBIND11_MODULE
Function
PYBIND11_MODULE
op/upfirdn2d.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
30
m.def(
"upfirdn2d"
, &upfirdn2d,
"upfirdn2d (CUDA)"
);
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected