This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!123
add error_manager for onnx mk
Merge pull request
!123
from yangyongqiang/dev_mk
pull/123/MERGE
i-robot
Gitee
4 years ago
parent
ef59913d4c
8965d22074
commit
c9ad2d2c43
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
parser/onnx/CMakeLists.txt
+1
-0
parser/onnx/module.mk
+ 1
- 0
parser/onnx/CMakeLists.txt
View File
@@ -74,6 +74,7 @@ target_link_libraries(fmk_onnx_parser PRIVATE
json
json
-lrt
-lrt
-ldl
-ldl
error_manager
)
)
############ install ############
############ install ############
+ 1
- 0
parser/onnx/module.mk
View File
@@ -50,6 +50,7 @@ LOCAL_SHARED_LIBRARIES := \
libparser_common \
libparser_common \
libgraph \
libgraph \
libregister \
libregister \
liberror_manager \
LOCAL_STATIC_LIBRARIES += libmmpa
LOCAL_STATIC_LIBRARIES += libmmpa
Write
Preview
Loading…
Cancel
Save