“07120aa5d5a241895bcca8b6e5b5b8d7b1df1f2f”上不存在“git@gitcode.net:openeuler/kernel.git”
提交 d33aeba2 编写于 作者: W wangliu

modify code style

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