forked from mindspore-Ecosystem/mindspore
!40807 Modify Log Level
Merge pull request !40807 from jiaorui/log-level
This commit is contained in:
commit
4376f7d93b
|
@ -169,8 +169,8 @@ std::vector<KernelWithIndex> GetAllOutputWithIndexInner(const AnfNodePtr &node)
|
|||
return ret_empty;
|
||||
}
|
||||
|
||||
MS_LOG(INFO) << "Output node: " << output_with_index.first->fullname_with_scope()
|
||||
<< " with output index: " << output_with_index.second;
|
||||
MS_LOG(DEBUG) << "Output node: " << output_with_index.first->fullname_with_scope()
|
||||
<< " with output index: " << output_with_index.second;
|
||||
ret.push_back(output_with_index);
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue