Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
class
_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_cache
Method · 0.70
test_metatensor
Method · 0.70
test_dtype
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_cache
Method · 0.56
test_metatensor
Method · 0.56
test_dtype
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…