未验证 提交 96c54cd9 编写于 作者: H Hongyu Liu 提交者: GitHub

Update lod_reset_op.cc

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