“ebb92b7830e269a79de9602176b37d326c78fdf7”上不存在“develop/doc_cn/design/kernel_selection.html”
提交 49f39345 编写于 作者: K Kavya Srinet

Fix type in TensorDesc

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