Update lod_reset_op.cc

revert-16190-refine_parallel_executor
Hongyu Liu 6 years ago committed by GitHub
parent 96c54cd9b1
commit 58c69a9eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ class LoDResetOp : public framework::OperatorWithKernel {
"If Input(Y) not provided, the target lod should be "
"specified by attribute `target_lod`.");
} else {
ctx->ShareLoD( "Y", "Out");
ctx->ShareLoD( "Y", "Out");
}
ctx->SetOutputDim("Out", ctx->GetInputDim("X"));

Loading…
Cancel
Save