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
pull/337/head
wjm
4 years ago
parent
df29a6196d
commit
abc79d4e19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parser/onnx/subgraph_adapter/subgraph_adapter_factory.h
+ 1
- 1
parser/onnx/subgraph_adapter/subgraph_adapter_factory.h
View File
@@ -55,7 +55,7 @@ public:
*/
std::shared_ptr<SubgraphAdapter> CreateSubgraphAdapter(const std::string &op_type);
~SubgraphAdapterFactory()
{}
~SubgraphAdapterFactory()
= default;
protected:
/**
* @brief SubgraphAdapter creation function
Write
Preview
Loading…
Cancel
Save