提交 57a18e32 编写于 作者: J JiabinYang

test=develop

上级 f7b55de9
...@@ -43,9 +43,7 @@ std::vector<int64_t> cal_rows(const framework::LoDTensor* path) { ...@@ -43,9 +43,7 @@ std::vector<int64_t> cal_rows(const framework::LoDTensor* path) {
} }
} }
} }
for (std::set<int64_t>::iterator it = tmp.begin(); it != tmp.end(); ++it) { rows.assign(tmp.begin(), tmp.end());
rows.push_back(*it);
}
return rows; return rows;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册