未验证 提交 258f9a12 编写于 作者: V Vinila S 提交者: GitHub

Update py_func.cc

上级 cd27cfb4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册