MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / sample

Method sample

ldm/modules/distributions/distributions.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class AbstractDistribution:
6 def sample(self):
7 raise NotImplementedError()
8
9 def mode(self):
10 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected