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

Class _RandXform

tests/transforms/compose/test_compose.py:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class _RandXform(Randomizable):
42
43 def randomize(self):
44 self.val = self.R.random_sample()
45
46 def __call__(self, __unused):
47 self.randomize()
48 return self.val
49
50
51class TestCompose(unittest.TestCase):

Callers 2

test_data_loaderMethod · 0.85
test_data_loader_2Method · 0.85

Calls

no outgoing calls

Tested by 2

test_data_loaderMethod · 0.68
test_data_loader_2Method · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…