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 2d31c8e commit 89c7d63Copy full SHA for 89c7d63
tensorflow/core/common_runtime/direct_session.cc
@@ -2185,8 +2185,8 @@ Status DirectSession::GetOrCreateExecutors(
2185
auto insert_key_status = executors_.emplace(key, insert_result.first->second);
2186
*executors_and_keys = insert_result.first->second.get();
2187
if (insert_key_status.second) {
2188
- LOG(INFO) << "Add new unsort key to executors_ map: " << executors_idx++
2189
- << ", key: " << key << ", this: " << this;
+ VLOG(2) << "Add new unsort key to executors_ map: " << executors_idx++
+ << ", key: " << key << ", this: " << this;
2190
}
2191
2192
return Status::OK();
0 commit comments