提交 23f6c70c 编写于 作者: L liuqi

Format the namespace code.

上级 c3e88184
...@@ -60,5 +60,5 @@ void Conv2dFunctor<DeviceType::NEON, float>::operator()(const float* input, // N ...@@ -60,5 +60,5 @@ void Conv2dFunctor<DeviceType::NEON, float>::operator()(const float* input, // N
); );
} }
} // namespace kernels } // namespace kernels
} // namespace mace } // namespace mace
\ No newline at end of file
...@@ -18,5 +18,5 @@ void Conv2dNeon<3, 3, 1, 1>(const float* input, // NCHW ...@@ -18,5 +18,5 @@ void Conv2dNeon<3, 3, 1, 1>(const float* input, // NCHW
} }
} // namespace kernels } // namespace kernels
} // namespace mace } // namespace mace
...@@ -18,7 +18,7 @@ inline void Conv2dNeon(const float* input, // NCHW ...@@ -18,7 +18,7 @@ inline void Conv2dNeon(const float* input, // NCHW
float* output, // NCHW float* output, // NCHW
const index_t* output_shape); const index_t* output_shape);
} // namespace kernels } // namespace kernels
} // namespace mace } // namespace mace
#endif // MACE_KERNELS_NEON_CONV_2D_NEON_BASE_H_ #endif // MACE_KERNELS_NEON_CONV_2D_NEON_BASE_H_
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册