提交 ffb6447c 编写于 作者: R Ruilong Liu 提交者: GitHub

Merge pull request #182 from Eclipsess/develop

fix #181 Run() in elementwise_add_op.h
......@@ -18,8 +18,6 @@ SOFTWARE.
#pragma once
#include <map>
#include "attribute.h"
#include "block_desc.h"
#include "common/type_define.h"
......@@ -31,6 +29,7 @@ SOFTWARE.
#include "scope.h"
#include "tensor.h"
#include "variable.h"
#include <map>
namespace paddle_mobile {
namespace framework {
......
......@@ -38,7 +38,7 @@ namespace paddle_mobile {
type, inputs, outputs, attrs, scope),
param_(inputs, outputs, attrs, *scope) {}
void RunImpl() const {
void Run() const {
operators::ElementwiseAddKernel<DeviceType, T,
ElementwiseAddParam>
kernel;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册