Share LoD from Input(Rois). (#15420)

test=develop
inference-pre-release-gpu
whs 6 years ago committed by GitHub
parent 7ab4af2716
commit 530869f829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -493,6 +493,7 @@ class ROIPerspectiveTransformOp : public framework::OperatorWithKernel {
auto out_dims = framework::make_ddim(out_dims_v);
ctx->SetOutputDim("Out", out_dims);
ctx->ShareLoD("ROIs", /*->*/ "Out");
}
protected:

Loading…
Cancel
Save