Browse Source

!7318 modify convert.cc warning log

Merge pull request !7318 from changzherui/mod_warning_log
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
6af5bafcce
1 changed files with 1 additions and 1 deletions
  1. +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(WARNING) << "ConvertMakeTuple: " << node.get() << " " << tuple_items->size();
MS_LOG(DEBUG) << "ConvertMakeTuple: " << node.get() << " " << tuple_items->size();
tuple_out_handle_cache_[node.get()] = tuple_items;
}



Loading…
Cancel
Save