This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
modify convert.cc warning log
tags/v1.1.0
changzherui
5 years ago
parent
eeda385f61
commit
f48d30ba8a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/transform/graph_ir/convert.cc
+ 1
- 1
mindspore/ccsrc/transform/graph_ir/convert.cc
View File
@@ -1146,7 +1146,7 @@ void DfGraphConvertor::ConvertMakeTuple(const CNodePtr node) {
}
}
MS_LOG(
WARNIN
G) << "ConvertMakeTuple: " << node.get() << " " << tuple_items->size();
MS_LOG(
DEBU
G) << "ConvertMakeTuple: " << node.get() << " " << tuple_items->size();
tuple_out_handle_cache_[node.get()] = tuple_items;
}
Write
Preview
Loading…
Cancel
Save