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

Class InvC

tests/transforms/test_random_order.py:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class InvC(Inv):
33 def __init__(self, keys):
34 super().__init__(keys)
35 self.fwd_fn = lambda x: x + 1
36 self.inv_fn = lambda x: x - 1
37
38
39class InvD(Inv):

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…