From 78705b0bcdbbee8121eb6b390b17e9c10caa3583 Mon Sep 17 00:00:00 2001 From: Dong Zhihong Date: Wed, 25 Oct 2017 11:13:58 -0700 Subject: [PATCH] "correct the description" --- doc/design/model_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/model_format.md b/doc/design/model_format.md index 754bb398e0..118f2a8888 100644 --- a/doc/design/model_format.md +++ b/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 ## Summary - We introduce a model format. -- The `ProgramDesc` describe the model **topology**. +- The model represented by its forward-pass computation procedure saved in a **ProgramDesc** protobuf message. - A bunch of specified format binary tensors describe the **parameters**. -- GitLab