From cf57817f554fa7bfe7c134453ef9cf4374aef23d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 20 Nov 2017 17:56:28 -0800 Subject: Automated g4 rollback of changelist 175593063 PiperOrigin-RevId: 176445215 --- tensorflow/core/graph/graph_constructor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tensorflow/core/graph/graph_constructor.cc') diff --git a/tensorflow/core/graph/graph_constructor.cc b/tensorflow/core/graph/graph_constructor.cc index e45828b7ba..8890a9fb0f 100644 --- a/tensorflow/core/graph/graph_constructor.cc +++ b/tensorflow/core/graph/graph_constructor.cc @@ -241,13 +241,13 @@ class GraphConstructor { }; // TODO(vrv): Profile this data structure to see if we should use an // alternative implementation of std::unordered_map. - std::unordered_map gdef_nodes_; + std::unordered_map gdef_nodes_; // Mapping from node name to the existing node in g_. - std::unordered_map existing_nodes_; + std::unordered_map existing_nodes_; // Prefixes already used in the graph. - std::unordered_set existing_prefixes_; + std::unordered_set existing_prefixes_; // Imported node names that have been uniquified. The key is the original // name, the value is the new unique name. -- cgit v1.2.3