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

Class C

tests/integration/test_one_of.py:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65class C(Transform):
66
67 def __call__(self, x):
68 return x + 3
69
70
71class MapBase(MapTransform):

Calls

no outgoing calls