Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ gen
Function
gen
python/ray/tests/test_advanced.py:105–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
104
@ray.remote
105
def
gen():
106
return
ray.put(np.ones(1024 * 1024 * 100))
107
108
@ray.remote
109
def
free(x):
Callers
6
gen_hi
Method · 0.50
__init__
Method · 0.50
__init__
Method · 0.50
items
Method · 0.50
keys
Method · 0.50
values
Method · 0.50
Calls
1
put
Method · 0.65
Tested by
no test coverage detected