Skip to content

Commit f4a1ce3

Browse files
authored
Merge pull request #5088 from dzhwinter/fix/model_format2
"correct the description"
2 parents 6ebfc72 + e93541b commit f4a1ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/model_format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ The table below shows a tensor's byte view in detail. Note that all the signed v
3434
## Summary
3535

3636
- We introduce a model format.
37-
- The `ProgramDesc` describe the model **topology**.
37+
- The model represented by its forward-pass computation procedure is saved in a **ProgramDesc** protobuf message.
3838
- A bunch of specified format binary tensors describe the **parameters**.

0 commit comments

Comments
 (0)