MCPcopy
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_hiMethod · 0.50
__init__Method · 0.50
__init__Method · 0.50
itemsMethod · 0.50
keysMethod · 0.50
valuesMethod · 0.50

Calls 1

putMethod · 0.65

Tested by

no test coverage detected