MCPcopy 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
27def convert_module_to_f16(x):
28 pass
29
30def convert_module_to_f32(x):
31 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected