MCPcopy Create free account
hub / github.com/ashawkey/RAD-NeRF / PYBIND11_MODULE

Function PYBIND11_MODULE

shencoder/src/bindings.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "shencoder.h"
4
5PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
6 m.def("sh_encode_forward", &sh_encode_forward, "SH encode forward (CUDA)");
7 m.def("sh_encode_backward", &sh_encode_backward, "SH encode backward (CUDA)");
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected