提交 122544b0 编写于 作者: Z zhaojiaying01

code format

上级 a7776510
......@@ -37,7 +37,7 @@ struct ActivationCompute<float, Act> {
size_t loop = remain >> 4;
remain = remain & 0xF;
#pragma omp parallel for
#pragma omp parallel for
for (size_t i = 0; i < loop; ++i) {
const float *local_x = x + (i << 4);
float *local_y = y + (i << 4);
......
......@@ -17,9 +17,9 @@ limitations under the License. */
#pragma once
#include <operators/math/gru_compute.h>
#include "operators/math/math_function.h"
#include "operators/kernel/activation_kernel.h"
#include "operators/math/gemm.h"
#include "operators/math/math_function.h"
#include "operators/op_param.h"
namespace paddle_mobile {
namespace operators {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册