未验证 提交 98f2e1ae 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #43398 from tensorflow/mihaimaruseac-patch-1

Fix typo in macro
......@@ -116,7 +116,7 @@ Status LoadMetaGraphIntoSession(const MetaGraphDef& meta_graph_def,
Session* session_p = nullptr;
TF_RETURN_IF_ERROR(NewSession(session_options, &session_p));
session->reset(session_p);
RETURN_IF_ERROR(ValidateSavedTensors(meta_graph_def.graph_def()));
TF_RETURN_IF_ERROR(ValidateSavedTensors(meta_graph_def.graph_def()));
return (*session)->Create(meta_graph_def.graph_def());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册