提交 d33aeba2 编写于 作者: W wangliu

modify code style

上级 06500c42
......@@ -39,7 +39,6 @@ void expand_bias(Tensor &bias, int axis, const DDim &dDim) {
}
}
template <>
void ConvAddKernel<CPU, float>::Compute(
const FushionConvAddParam &param) const {
......
......@@ -17,18 +17,18 @@ limitations under the License. */
#pragma once
#include <vector>
#include "framework/ddim.h"
#include "framework/operator.h"
#include "operators/math/im2col.h"
#include "operators/math/math_function.h"
#include "operators/math/vol2col.h"
#include "operators/op_param.h"
#include "framework/ddim.h"
namespace paddle_mobile {
namespace operators {
using framework::OpKernelBase;
using framework::DDim;
using framework::OpKernelBase;
template <typename DeviceType, typename T>
class ConvAddKernel : public OpKernelBase<DeviceType, FushionConvAddParam> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册