Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ __init__
Method
__init__
sat/sgm/modules/diffusionmodules/openaimodel.py:456–458 ·
view source on GitHub ↗
(self, n_heads)
Source
from the content-addressed store, hash-verified
454
""
"
455
456
def
__init__(self, n_heads):
457
super().__init__()
458
self.n_heads = n_heads
459
460
def
forward(self, qkv):
461
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected