未验证 提交 0e9dfda0 编写于 作者: H HappyAngel 提交者: GitHub

fix format test=develop

上级 44746a85
......@@ -46,7 +46,7 @@ void seq_pool_sum<float>(const float* din,
memcpy(dout_ptr, din_ptr, width * sizeof(float));
din_ptr += width;
height = height - 1;
#if 0
#if 0
for (int h = 0; h < height; h++) {
for (int w = 0; w < width; ++w) {
dout_ptr[w] += din_ptr[w];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册