提交 e8a8fe07 编写于 作者: J jerrywgz

fix code for windows CI, test=develop

上级 14941176
......@@ -93,7 +93,7 @@ class DistributeFpnProposalsOpKernel : public framework::OpKernel<T> {
}
// define the output rois
// pointer which point to each level fpn rois
T* multi_fpn_rois_data[num_level];
std::vector<T*> multi_fpn_rois_data(num_level);
// lod0 which will record the offset information of each level rois
std::vector<std::vector<size_t>> multi_fpn_rois_lod0;
for (int i = 0; i < num_level; ++i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册