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
clean code
pull/640/head
13291271729
3 years ago
parent
8d9426ff7e
commit
60023213cc
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
parser/tensorflow/parser_graph_optimizer.h
+ 2
- 2
parser/tensorflow/parser_graph_optimizer.h
View File
@@ -28,8 +28,8 @@
namespace ge {
class ParserGraphOptimizer {
public:
explicit ParserGraphOptimizer(ge::ComputeGraphPtr graph, domi::FrameworkType type = domi::TENSORFLOW)
:
graph_(graph),
explicit ParserGraphOptimizer(ge::ComputeGraphPtr graph, domi::FrameworkType type = domi::TENSORFLOW)
:
graph_(graph),
fmktype_(type) {}
~ParserGraphOptimizer() {}
Write
Preview
Loading…
Cancel
Save