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

Method __call__

diff2flow/flow.py:221–222  ·  view source on GitHub ↗
(self, x, mean_x, t, model, **model_kwargs)

Source from the content-addressed store, hash-verified

219 return xhat + 0.5 * self.dt * (K1 + K2), xhat # at last time point we do not perform the heun step
220
221 def __call__(self, x, mean_x, t, model, **model_kwargs):
222 return self.sampler(x, mean_x, t, model, **model_kwargs)
223
224
225class FlowSDE:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected