Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gadersd/stable-diffusion-burn
/ __call__
Method
__call__
python/dump.py:220–221 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
218
]
219
220
def
__call__(self, x):
221
return
x.sequential(self.net)
222
223
class
BasicTransformerBlock:
224
def
__init__(self, dim, context_dim, n_heads, d_head):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected