This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
static check 0311
pull/257/head
lwx911747
4 years ago
parent
eb4d9f3aa4
commit
2862db0672
4 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
parser/CMakeLists.txt
+1
-1
parser/func_to_graph/func2graph.py
+1
-0
parser/onnx/CMakeLists.txt
+1
-1
parser/stub/gen_stubapi.py
+ 1
- 0
parser/CMakeLists.txt
View File
@@ -139,6 +139,7 @@ add_library(fmk_parser_stub SHARED
target_compile_options(fmk_parser_stub PRIVATE
-O2
-fno-common
)
target_compile_definitions(fmk_parser_stub PRIVATE
+ 1
- 1
parser/func_to_graph/func2graph.py
View File
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# -*- coding:
UTF
-8 -*-
# -*- coding:
utf
-8 -*-
#-------------------------------------------------------------------
# Purpose:
# Copyright 2020 Huawei Technologies Co., Ltd. All rights reserved.
+ 1
- 0
parser/onnx/CMakeLists.txt
View File
@@ -104,6 +104,7 @@ add_library(fmk_onnx_parser_stub SHARED
target_compile_options(fmk_onnx_parser_stub PRIVATE
-O2
-fno-common
)
target_compile_definitions(fmk_onnx_parser_stub PRIVATE
+ 1
- 1
parser/stub/gen_stubapi.py
View File
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# -*- coding:
UTF
-8 -*-
# -*- coding:
utf
-8 -*-
#-------------------------------------------------------------------
# Purpose:
# Copyright 2020 Huawei Technologies Co., Ltd. All rights reserved.
Write
Preview
Loading…
Cancel
Save