提交 4e2c4f9b 编写于 作者: D dolphin8

clang-format fix

上级 442b7b65
...@@ -14,8 +14,8 @@ limitations under the License. */ ...@@ -14,8 +14,8 @@ limitations under the License. */
#ifdef ANDROID #ifdef ANDROID
#include <cmath>
#include "paddle_mobile_jni.h" #include "paddle_mobile_jni.h"
#include <cmath>
#include "common/log.h" #include "common/log.h"
#include "framework/tensor.h" #include "framework/tensor.h"
#include "io/paddle_mobile.h" #include "io/paddle_mobile.h"
......
...@@ -173,7 +173,7 @@ void Pool2x2Avg(vector<int> strides, vector<int> paddings, const Tensor *input, ...@@ -173,7 +173,7 @@ void Pool2x2Avg(vector<int> strides, vector<int> paddings, const Tensor *input,
} }
#else #else
// TODO(): to imp other asm // TODO(): to imp other asm
#endif #endif
......
...@@ -65,7 +65,7 @@ class PoolFunctor { ...@@ -65,7 +65,7 @@ class PoolFunctor {
const std::vector<int> &paddings, PoolProcess pool_compute, const std::vector<int> &paddings, PoolProcess pool_compute,
framework::Tensor *output); framework::Tensor *output);
}; };
} } // namespace math
} // namespace operators } // namespace operators
} // namespace paddle_mobile } // namespace paddle_mobile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册