提交 0c04cac4 编写于 作者: X Xin Pan

polish

test=develop
上级 47ef2df0
......@@ -27,8 +27,8 @@
namespace paddle {
namespace imperative {
const char* PyLayer::kFwdInp = PyLayer::kFwdInp;
const char* PyLayer::kFwdOut = PyLayer::kFwdOut;
const char* PyLayer::kFwdInp = "X";
const char* PyLayer::kFwdOut = "Out";
std::map<int, py::object> py_funcs_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册