Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle-Lite
提交
558678f6
P
Paddle-Lite
项目概览
PaddlePaddle
/
Paddle-Lite
通知
332
Star
4
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
271
列表
看板
标记
里程碑
合并请求
78
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle-Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
271
Issue
271
列表
看板
标记
里程碑
合并请求
78
合并请求
78
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
558678f6
编写于
2月 12, 2020
作者:
M
MyPandaShaoxiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: move some necessary op from extra to basic
test=develop
上级
37ddb91a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
3 addition
and
3 deletion
+3
-3
lite/kernels/arm/CMakeLists.txt
lite/kernels/arm/CMakeLists.txt
+1
-1
lite/operators/CMakeLists.txt
lite/operators/CMakeLists.txt
+2
-2
未找到文件。
lite/kernels/arm/CMakeLists.txt
浏览文件 @
558678f6
...
...
@@ -61,7 +61,7 @@ add_kernel(assign_compute_arm ARM extra SRCS assign_compute.cc DEPS ${lite_kerne
## 3. extra kernels
add_kernel
(
lrn_compute_arm ARM extra SRCS lrn_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
decode_bboxes_compute_arm ARM extra SRCS decode_bboxes_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
density_prior_box_compute_arm ARM
extra
SRCS density_prior_box_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
density_prior_box_compute_arm ARM
basic
SRCS density_prior_box_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
axpy_compute_arm ARM extra SRCS axpy_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
shape_compute_arm ARM extra SRCS shape_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
add_kernel
(
reduce_max_compute_arm ARM extra SRCS reduce_max_compute.cc DEPS
${
lite_kernel_deps
}
math_arm
)
...
...
lite/operators/CMakeLists.txt
浏览文件 @
558678f6
...
...
@@ -68,7 +68,7 @@ add_operator(axpy_op extra SRCS axpy_op.cc DEPS ${op_DEPS})
add_operator
(
gru_unit_op extra SRCS gru_unit_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
gru_op extra SRCS gru_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
layout_once_op extra SRCS layout_once_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
density_prior_box_op
extra
SRCS density_prior_box_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
density_prior_box_op
basic
SRCS density_prior_box_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
calib_once_op extra SRCS calib_once_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
reduce_max_op_lite extra SRCS reduce_max_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
shape_op_lite extra SRCS shape_op.cc DEPS
${
op_DEPS
}
)
...
...
@@ -79,7 +79,7 @@ add_operator(anchor_generator_op extra SRCS anchor_generator_op.cc DEPS ${op_DEP
add_operator
(
generate_proposals_op extra SRCS generate_proposals_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
roi_align_op extra SRCS roi_align_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
box_clip_op extra SRCS box_clip_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
fake_quantize_range_abs_max_op
extra
SRCS fake_quantize_range_abs_max.cc DEPS
${
op_DEPS
}
)
add_operator
(
fake_quantize_range_abs_max_op
basic
SRCS fake_quantize_range_abs_max.cc DEPS
${
op_DEPS
}
)
add_operator
(
sequence_expand_as_op_lite extra SRCS sequence_expand_as_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
assign_value_op extra SRCS assign_value_op.cc DEPS
${
op_DEPS
}
)
add_operator
(
fake_quantize_dequantize_moving_avg_abs_max_op extra SRCS fake_quantize_dequantize_moving_avg_max_abs.cc DEPS
${
op_DEPS
}
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录