This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
reformat need to delete
tags/v1.2.0
wxl
3 years ago
parent
35915344ac
commit
0e81c9810c
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
ge/graph/passes/reshape_remove_pass.cc
+ 3
- 3
ge/graph/passes/reshape_remove_pass.cc
View File
@@ -28,9 +28,9 @@ namespace ge {
namespace {
const int kReshapeDataIndex = 0;
enum kOpHashValue {
ReshapeType = 0
;
ReformatType = 1
;
OpNoDelete = -1
;
ReshapeType = 0
,
ReformatType = 1
,
OpNoDelete = -1
};
std::map<std::string, kOpHashValue> kToBeDeleteOp = {
Write
Preview
Loading…
Cancel
Save