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

Class _InplaceXform

tests/data/test_gdsdataset.py:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65class _InplaceXform(Transform):
66 def __call__(self, data):
67 data[0] = data[0] + 1
68 return data
69
70
71@skip_if_no_cuda

Callers 3

test_cacheMethod · 0.70
test_metatensorMethod · 0.70
test_dtypeMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_cacheMethod · 0.56
test_metatensorMethod · 0.56
test_dtypeMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…