Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ forward
Method
forward
model/transformer_utils.py:62–63 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
60
Fast gelu implementation.
61
""
"
62
def
forward(self, x):
63
return
x * torch.sigmoid(1.702 * x)
64
65
class
LayerNorm(nn.RMSNorm):
66
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected