Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/4DSloMo
/ PYBIND11_MODULE
Function
PYBIND11_MODULE
simple-knn/ext.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#include
"spatial.h"
14
15
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
16
m.def(
"distCUDA2"
, &distCUDA2);
17
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected