MCPcopy
hub / github.com/ray-project/ray / map

Function map

python/ray/data/tests/test_operator_fusion.py:690–691  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

688 return row
689
690 def map(row):
691 return row
692
693 ds = ray.data.range(10, override_num_blocks=2)
694 if not up_use_actor:

Calls

no outgoing calls

Tested by

no test coverage detected