You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `graph` object in `graph_state::executable` represents a user generated device and context specific execution object that is submitted to a queue for execution.
133
-
The structure of such a `graph` object in this state is immutable and can not be changed, so are the tasks assigned with each node.
133
+
The structure of such a `graph` object in this state is immutable and cannot be changed, so are the tasks assigned with each node.
134
134
Support of submitting a graph for execution, before a previous execution has been completed is backend specific. The runtime may throw an error.
0 commit comments