提交 a3a05e57 编写于 作者: D DannyIsFunny

test=notdevelop

上级 4dbe0678
...@@ -39,7 +39,7 @@ void PowerCompute::Run() { ...@@ -39,7 +39,7 @@ void PowerCompute::Run() {
} /* namespace paddle */ } /* namespace paddle */
REGISTER_LITE_KERNEL( REGISTER_LITE_KERNEL(
power, kARM, kFloat, kNCHW, paddle::lite::kernels::arm::PowerCompute, def) pow, kARM, kFloat, kNCHW, paddle::lite::kernels::arm::PowerCompute, def)
.BindInput("X", {LiteType::GetTensorTy(TARGET(kARM))}) .BindInput("X", {LiteType::GetTensorTy(TARGET(kARM))})
.BindOutput("Out", {LiteType::GetTensorTy(TARGET(kARM))}) .BindOutput("Out", {LiteType::GetTensorTy(TARGET(kARM))})
.Finalize(); .Finalize();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册