Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
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
39
class
InvD(Inv):
Callers
2
test_some_of.py
File · 0.90
test_random_order.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…