MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / PYBIND11_MODULE

Function PYBIND11_MODULE

submodules/diff-gaussian-rasterization-orth/ext.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include "rasterize_points.h"
14
15PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
16 m.def("rasterize_gaussians", &RasterizeGaussiansCUDA);
17 m.def("rasterize_gaussians_backward", &RasterizeGaussiansBackwardCUDA);
18 m.def("mark_visible", &markVisible);
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected