Compiled Graph API#
Input and Output Nodes#
Ray dag node used in DAG building API to mark entrypoints of a DAG. |
|
Ray dag node used in DAG building API to mark the endpoint of DAG |
DAG Construction#
Configure the torch tensor transport for this node. |
Compiled Graph Operations#
Compile an accelerated execution path for this DAG. |
|
Execute this DAG using the compiled execution path. |
|
Visualize the compiled graph by showing tasks and their dependencies. |
Configurations#
Global settings for Ray DAG. |