提交 90c3a41b 编写于 作者: E eclipsess

fix Run()

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