提交 b8a2ff9c 编写于 作者: L liuruilong

format files

上级 7dddf927
......@@ -58,7 +58,8 @@ class PoolFunctor<CPU, PoolProcess, T> {
for (int i = 0; i < batch_size; i++) {
// <TRICKY-CLANG-FORMAT-PRAGMA-FIX>
// // <TRICKY-CLANG-FORMAT-PRAGMA-FIX> #pragma omp parallel for
// // <TRICKY-CLANG-FORMAT-PRAGMA-FIX>
// #pragma omp parallel for
for (int c = 0; c < output_channels; ++c) {
for (int ph = 0; ph < output_height; ++ph) {
int hstart = ph * stride_height - padding_height;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册