Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hojonathanho/diffusion
/ normalize
Function
normalize
diffusion_tf/models/unet.py:11–12 ·
view source on GitHub ↗
(x, *, temb, name)
Source
from the content-addressed store, hash-verified
9
10
11
def
normalize(x, *, temb, name):
12
return
tf_contrib.layers.group_norm(x, scope=name)
13
14
15
def
upsample(x, *, name, with_conv):
Callers
3
resnet_block
Function · 0.85
attn_block
Function · 0.85
model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected