提交 db9c183d 编写于 作者: W wangliu

modify code style

上级 f5e16389
......@@ -18,10 +18,10 @@ limitations under the License. */
#include <string>
#include <vector>
#include "operators/kernel/conv_add_kernel.h"
#include "framework/operator.h"
#include "framework/program/program-optimize/fusion_op_register.h"
#include "op_param.h"
#include "operators/kernel/conv_add_kernel.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -19,7 +19,8 @@ namespace paddle_mobile {
namespace operators {
template <>
void ConvAddKernel<CPU, float>::Compute(const FushionConvAddParam &param) const {
void ConvAddKernel<CPU, float>::Compute(
const FushionConvAddParam &param) const {
DLOG << param;
const Tensor *input = param.Input();
......
......@@ -30,7 +30,7 @@ using framework::OpKernelBase;
template <typename DeviceType, typename T>
class ConvAddKernel : public OpKernelBase<DeviceType, FushionConvAddParam> {
public:
public:
void Compute(const FushionConvAddParam &param) const;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册