提交 690b0412 编写于 作者: Q qijun

Merge branch 'add_selected_rows_functor' of https://github.com/QiJune/Paddle...

Merge branch 'add_selected_rows_functor' of https://github.com/QiJune/Paddle into add_selected_rows_functor
......@@ -18,7 +18,7 @@ namespace framework {
class SelectedRowsTester : public ::testing::Test {
public:
virtual void SetUp() override {
Vector<int64_t> rows{0, 4, 7};
std::vector<int64_t> rows{0, 4, 7};
int64_t height = 10;
int64_t row_numel = 100;
selected_rows_.reset(new SelectedRows(rows, height));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册