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

Class D

tests/transforms/compose/test_some_of.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class D(Transform):
52
53 def __call__(self, x):
54 return 7 * x
55
56
57KEYS = ["x", "y"]

Callers 2

test_some_of.pyFile · 0.85
test_no_weights_argMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_no_weights_argMethod · 0.68