Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
7fd482b3
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
186
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7fd482b3
编写于
2月 24, 2020
作者:
G
guru4elephant
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
remove opencv dependency to speedup iteration
上级
579d9597
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
1 addition
and
4 deletion
+1
-4
CMakeLists.txt
CMakeLists.txt
+0
-2
core/general-server/CMakeLists.txt
core/general-server/CMakeLists.txt
+1
-2
未找到文件。
CMakeLists.txt
浏览文件 @
7fd482b3
...
@@ -84,7 +84,6 @@ include(flags)
...
@@ -84,7 +84,6 @@ include(flags)
if
(
NOT CLIENT_ONLY
)
if
(
NOT CLIENT_ONLY
)
include
(
external/cudnn
)
include
(
external/cudnn
)
include
(
paddlepaddle
)
include
(
paddlepaddle
)
include
(
external/opencv
)
endif
()
endif
()
message
(
"paddle serving source dir: "
${
PADDLE_SERVING_SOURCE_DIR
}
)
message
(
"paddle serving source dir: "
${
PADDLE_SERVING_SOURCE_DIR
}
)
...
@@ -124,7 +123,6 @@ endif()
...
@@ -124,7 +123,6 @@ endif()
if
(
NOT CLIENT_ONLY
)
if
(
NOT CLIENT_ONLY
)
list
(
APPEND EXTERNAL_LIBS paddlepaddle
)
list
(
APPEND EXTERNAL_LIBS paddlepaddle
)
list
(
APPEND EXTERNAL_LIBS opencv
)
endif
()
endif
()
add_subdirectory
(
core
)
add_subdirectory
(
core
)
...
...
core/general-server/CMakeLists.txt
浏览文件 @
7fd482b3
...
@@ -2,8 +2,7 @@ include_directories(SYSTEM ${CMAKE_CURRENT_LIST_DIR}/../kvdb/include)
...
@@ -2,8 +2,7 @@ include_directories(SYSTEM ${CMAKE_CURRENT_LIST_DIR}/../kvdb/include)
include
(
op/CMakeLists.txt
)
include
(
op/CMakeLists.txt
)
include
(
proto/CMakeLists.txt
)
include
(
proto/CMakeLists.txt
)
add_executable
(
serving
${
serving_srcs
}
)
add_executable
(
serving
${
serving_srcs
}
)
add_dependencies
(
serving pdcodegen fluid_cpu_engine pdserving paddle_fluid
add_dependencies
(
serving pdcodegen fluid_cpu_engine pdserving paddle_fluid cube-api utils
)
opencv_imgcodecs cube-api utils
)
if
(
WITH_GPU
)
if
(
WITH_GPU
)
add_dependencies
(
serving fluid_gpu_engine
)
add_dependencies
(
serving fluid_gpu_engine
)
endif
()
endif
()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录