Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ convert_module_to_f16
Function
convert_module_to_f16
diff2flow/models/unet/openaimodel.py:27–28 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
25
26
# dummy replace
27
def
convert_module_to_f16(x):
28
pass
29
30
def
convert_module_to_f32(x):
31
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected