We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82352d commit 42a3b03Copy full SHA for 42a3b03
tasks/all/example/func_tests/func_all.cpp
@@ -40,7 +40,7 @@ TEST(nesterov_a_test_task_all, test_matmul_50) {
40
TEST(nesterov_a_test_task_all, test_matmul_from_pic) {
41
cv::Mat img = cv::imread(ppc::util::GetAbsolutePath("all/example/data/pic_all.jpg"));
42
EXPECT_EQ(img.rows, img.cols);
43
- const int count = img.rows + img.cols;
+ const int count = (img.rows + img.cols) / 10;
44
45
// Create data
46
std::vector<int> in(count * count, 0);
0 commit comments