mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:23:03 +08:00
d5815673a5
* Re-implemented select, changed name to wait * Changed tests for select to tests for wait * Updated the hyperopt example to match wait * Small fixes and improve example readme. * Make tests pass.
16 lines
408 B
ReStructuredText
16 lines
408 B
ReStructuredText
===========
|
|
The Ray API
|
|
===========
|
|
|
|
.. autofunction:: ray.put
|
|
.. autofunction:: ray.get
|
|
.. autofunction:: ray.remote
|
|
.. autofunction:: ray.wait
|
|
.. autofunction:: ray.init
|
|
.. autofunction:: ray.kill_workers
|
|
.. autofunction:: ray.restart_workers_local
|
|
.. autofunction:: ray.visualize_computation_graph
|
|
.. autofunction:: ray.scheduler_info
|
|
.. autofunction:: ray.task_info
|
|
.. autofunction:: ray.register_module
|