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

Class N

tests/transforms/test_compose_get_number_conversions.py:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class N(Transform):
50
51 def __call__(self, x):
52 return _apply(x, convert_to_numpy)
53
54
55class T(Transform):

Callers 2

test_raisesMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_raisesMethod · 0.68