Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ __init__
Method
__init__
model/transformer_utils.py:69–70 ·
view source on GitHub ↗
(self, dim, eps=1e-5)
Source
from the content-addressed store, hash-verified
67
RMSNorm layer.
68
""
"
69
def
__init__(self, dim, eps=1e-5):
70
super().__init__(dim, eps=eps)
71
def
forward(self, x):
72
type_ = x.dtype
73
ret = super().forward(x.type(torch.float32))
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected