This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
ReshapeRemovePass_not_remove_reshape_in_dynamic_subgraph
pull/1883/head
lichun
4 years ago
parent
d9916526de
commit
b58cf1bc60
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ge/graph/passes/reshape_remove_pass.cc
+ 1
- 0
ge/graph/passes/reshape_remove_pass.cc
View File
@@ -27,6 +27,7 @@
namespace ge {
namespace ge {
namespace {
namespace {
const int kReshapeDataIndex = 0;
const int kReshapeDataIndex = 0;
const char* const ATTR_NAME_FORCE_UNKNOWN_SHAPE = "_force_unknown_shape";
enum OpHashValue {
enum OpHashValue {
kReshapeType = 0,
kReshapeType = 0,
kReformatType = 1,
kReformatType = 1,
Write
Preview
Loading…
Cancel
Save