aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/graph_optimizer.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-26 06:15:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-26 06:18:02 -0700
commit4eac28aa45e853d5194eb8a12ca518ec4f95d97d (patch)
tree9680fa20fb785edfea7a0d403643110825c4ed1b /tensorflow/core/grappler/optimizers/graph_optimizer.h
parent481f229881c915fec0822f68c6ce0ebbb9983da0 (diff)
Format header guards under tensorflow/core/grappler.
PiperOrigin-RevId: 194387041
Diffstat (limited to 'tensorflow/core/grappler/optimizers/graph_optimizer.h')
-rw-r--r--tensorflow/core/grappler/optimizers/graph_optimizer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/grappler/optimizers/graph_optimizer.h b/tensorflow/core/grappler/optimizers/graph_optimizer.h
index 42d9837312..765dd13263 100644
--- a/tensorflow/core/grappler/optimizers/graph_optimizer.h
+++ b/tensorflow/core/grappler/optimizers/graph_optimizer.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef TENSORFLOW_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_
-#define TENSORFLOW_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_
+#ifndef TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_
+#define TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_
#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/lib/core/status.h"
@@ -50,4 +50,4 @@ class GraphOptimizer {
} // end namespace grappler
} // end namespace tensorflow
-#endif // TENSORFLOW_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_
+#endif // TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_GRAPH_OPTIMIZER_H_