MCPcopy 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
84class NonInv(MapBase):
85
86 def __init__(self, keys):
87 super().__init__(keys)
88 self.fwd_fn = lambda x: x * 2
89
90
91class Inv(MapBase, InvertibleTransform):

Callers 3

test_some_of.pyFile · 0.90
test_one_of.pyFile · 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…