MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / InvD

Class InvD

tests/transforms/test_random_order.py:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class InvD(Inv):
40 def __init__(self, keys):
41 super().__init__(keys)
42 self.fwd_fn = lambda x: x * 100
43 self.inv_fn = lambda x: x / 100
44
45
46set_determinism(seed=123)

Callers 2

test_some_of.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…