We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ebfc72 + e93541b commit f4a1ce3Copy full SHA for f4a1ce3
doc/design/model_format.md
@@ -34,5 +34,5 @@ The table below shows a tensor's byte view in detail. Note that all the signed v
34
## Summary
35
36
- We introduce a model format.
37
-- The `ProgramDesc` describe the model **topology**.
+- The model represented by its forward-pass computation procedure is saved in a **ProgramDesc** protobuf message.
38
- A bunch of specified format binary tensors describe the **parameters**.
0 commit comments