提交 3215378f 编写于 作者: Z zhaojiaying01

code format

上级 92a8ab52
...@@ -40,4 +40,4 @@ class GruUnitOp : public framework::OperatorWithKernel< ...@@ -40,4 +40,4 @@ class GruUnitOp : public framework::OperatorWithKernel<
} // namespace operators } // namespace operators
} // namespace paddle_mobile } // namespace paddle_mobile
#endif #endif
\ No newline at end of file
...@@ -27,7 +27,7 @@ bool GruUnitKernel<CPU, float>::Init(GruUnitParam<CPU> *param) { ...@@ -27,7 +27,7 @@ bool GruUnitKernel<CPU, float>::Init(GruUnitParam<CPU> *param) {
template <> template <>
void GruUnitKernel<CPU, float>::Compute(const GruUnitParam<CPU> &param) { void GruUnitKernel<CPU, float>::Compute(const GruUnitParam<CPU> &param) {
GruUnitCompute(param); GruUnitCompute(param);
} }
template class GruUnitKernel<CPU, float>; template class GruUnitKernel<CPU, float>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册