Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ NonInv
Class
NonInv
tests/integration/test_one_of.py:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
class
NonInv(MapBase):
85
86
def
__init__(self, keys):
87
super().__init__(keys)
88
self.fwd_fn =
lambda
x: x * 2
89
90
91
class
Inv(MapBase, InvertibleTransform):
Callers
3
test_random_order.py
File · 0.90
test_some_of.py
File · 0.90
test_one_of.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…