Remove reshape InnerPanel, add test, fix bug

This commit is contained in:
yoco
2014-01-20 01:43:28 +08:00
parent 03723abda0
commit 2b89080903
3 changed files with 24 additions and 24 deletions

View File

@@ -53,6 +53,8 @@ void test_reshape()
}
}
mx.reshape(8, 2).leftCols(2);
// test dynamic-size matrix
CALL_SUBTEST(dynamic_reshape_all_size(mx, 4, 4));
CALL_SUBTEST(static_reshape_all_size(mx));