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
Copy file name to clipboardexpand all lines: docs/PythonAPIOverview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ subgraph that is connected to the _main graph_ as attributes of these operators.
276
276
from the first model with inputs from the second model. By default, inputs/outputs not present in the
277
277
`io_map` argument will remain as inputs/outputs of the combined model.
278
278
279
-
In this example we merge two models by connecting each output of the first model to an output in the second. The resulting model will have the same inputs as the first model and the same outputs as the second:
279
+
In this example we merge two models by connecting each output of the first model to an input in the second. The resulting model will have the same inputs as the first model and the same outputs as the second:
0 commit comments