Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ Splat2DModule
Class
Splat2DModule
scripts/python/gaussian2d/gaussian2d.py:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
class
Splat2DModule(torch.nn.Module):
112
def
__init__(self):
113
super().__init__()
114
115
def
forward(self, blobs):
116
return
Splat2DFunction.apply(blobs)
117
118
119
# create testbed instance with a window
Callers
1
gaussian2d.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected