MCPcopy Create free account
hub / github.com/CompVis/diff2flow / ode_fn

Method ode_fn

diff2flow/flow.py:451–452  ·  view source on GitHub ↗
(self, t, x, **kwargs)

Source from the content-addressed store, hash-verified

449 return _pred
450
451 def ode_fn(self, t, x, **kwargs):
452 return self(x=x, t=t, **kwargs)
453
454 def generate(self, x: Tensor, sample_kwargs=None, reverse=False, return_intermediates=False, **kwargs):
455 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected