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

Class T

tests/transforms/test_compose_get_number_conversions.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class T(Transform):
56
57 def __call__(self, x):
58 return _apply(x, convert_to_tensor)
59
60
61class NT(Transform):

Callers 2

test_raisesMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_raisesMethod · 0.56