chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,43 @@
Compiled Graph API
==================
Input and Output Nodes
----------------------
.. autosummary::
:nosignatures:
:toctree: doc/
ray.dag.input_node.InputNode
ray.dag.output_node.MultiOutputNode
DAG Construction
----------------
.. autosummary::
:nosignatures:
:toctree: doc/
ray.actor.ActorMethod.bind
ray.dag.DAGNode.with_tensor_transport
ray.experimental.compiled_dag_ref.CompiledDAGRef
Compiled Graph Operations
-------------------------
.. autosummary::
:nosignatures:
:toctree: doc/
ray.dag.DAGNode.experimental_compile
ray.dag.compiled_dag_node.CompiledDAG.execute
ray.dag.compiled_dag_node.CompiledDAG.visualize
Configurations
--------------
.. autosummary::
:nosignatures:
:toctree: doc/
ray.dag.context.DAGContext