We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd925e commit 269f52dCopy full SHA for 269f52d
tensorflow/core/common_runtime/direct_session.cc
@@ -2156,8 +2156,8 @@ Status DirectSession::GetOrCreateExecutors(
2156
// Insert this under the original key.
2157
auto insert_key_status = executors_.emplace(key, it->second);
2158
if (insert_key_status.second) {
2159
- LOG(INFO) << "Add new unsort key to executors_ map: " << executors_idx++
2160
- << ", key: " << key << ", this: " << this;
+ VLOG(2) << "Add new unsort key to executors_ map: " << executors_idx++
+ << ", key: " << key << ", this: " << this;
2161
}
2162
return Status::OK();
2163
0 commit comments