提交 25c83492 编写于 作者: A Abhinav Arora

Add comment to framework.proto

上级 49f39345
...@@ -117,6 +117,7 @@ message VarType { ...@@ -117,6 +117,7 @@ message VarType {
required Type type = 1; required Type type = 1;
message TensorDesc { message TensorDesc {
// Should only be PODType. Is enforced in C++
required Type data_type = 1; required Type data_type = 1;
repeated int64 dims = 2; // [UNK, 640, 480] is saved as [-1, 640, 480] repeated int64 dims = 2; // [UNK, 640, 480] is saved as [-1, 640, 480]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册