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
fix misra
pull/519/head
zhao-lupeng
3 years ago
parent
5f3ab35b14
commit
8e8fb43fbf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parser/tensorflow/tensorflow_parser_register.h
+ 1
- 1
parser/tensorflow/tensorflow_parser_register.h
View File
@@ -39,7 +39,7 @@ class PARSER_FUNC_VISIBILITY TensorflowFinalizeable {
class PARSER_FUNC_VISIBILITY TensorflowReceiver {
public:
TensorflowReceiver(TensorflowFinalizeable &f) { f.Finalize(); }
explicit
TensorflowReceiver(TensorflowFinalizeable &f) { f.Finalize(); }
~TensorflowReceiver() {}
};
Write
Preview
Loading…
Cancel
Save