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

Merge pull request #58584 from tensorflow/vinila21-patch-2

Update py_func.cc - 2.9.3
......@@ -124,7 +124,7 @@ Status MakeArgTuple(const PyCall* call, TFE_Context* ctx, PyObject** tuple) {
"Failed to create python tuple. Please make sure `token` is a "
"well-formed UTF-8 string.");
}
return OkStatus();
return Status::OK();
}
bool IsSingleNone(PyObject* obj) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册