8000
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 1e79702 commit 9f3af71Copy full SHA for 9f3af71
tensorflow/core/common_runtime/direct_session.cc
@@ -543,7 +543,7 @@ Status DirectSession::CreateGraphs(
543
}
544
545
546
- for (auto partition : partitions) {
+ for (auto&& partition : partitions) {
547
const string& partition_name = partition.first;
548
549
GraphDef* graph_def = &partition.second;
0 commit comments