Skip to content

Commit f4dea9e

Browse files
How-Wangjcwchen
andauthoredMar 10, 2022
Change the wrong words of second layer **input** (onnx#4044)
Signed-off-by: DESKTOP-6DC8K0E\User <How-Wang> Co-authored-by: Chun-Wei Chen <jacky82226@gmail.com>
1 parent 66d1081 commit f4dea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/PythonAPIOverview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ subgraph that is connected to the _main graph_ as attributes of these operators.
276276
from the first model with inputs from the second model. By default, inputs/outputs not present in the
277277
`io_map` argument will remain as inputs/outputs of the combined model.
278278

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:
280280
```python
281281
import onnx
282282

0 commit comments

Comments
 (0)