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
Fix code check
tags/v1.2.0
dongduo
4 years ago
parent
966daf4a16
commit
bef957b600
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/graph/passes/bitcast_pass.cc
+ 1
- 1
ge/graph/passes/bitcast_pass.cc
View File
@@ -48,7 +48,7 @@ Status BitcastPass::Run(NodePtr &node) {
return PARAM_INVALID;
}
if ((op_desc, dst_data_type) != SUCCESS) {
if (
CheckOutputShape
(op_desc, dst_data_type) != SUCCESS) {
return PARAM_INVALID;
}
Write
Preview
Loading…
Cancel
Save