提交 e46a94a4 编写于 作者: P phlrain

fix lod_rest; test=develop

上级 152beec5
...@@ -33,8 +33,7 @@ class LoDResetOp : public framework::OperatorWithKernel { ...@@ -33,8 +33,7 @@ class LoDResetOp : public framework::OperatorWithKernel {
"If Input(Y) not provided, the target lod should be " "If Input(Y) not provided, the target lod should be "
"specified by attribute `target_lod`."); "specified by attribute `target_lod`.");
} }
else else {
{
ctx->ShareLoD( "Y", "Out"); ctx->ShareLoD( "Y", "Out");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册