aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/grappler_item_builder.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/grappler_item_builder.h
parent481f229881c915fec0822f68c6ce0ebbb9983da0 (diff)
Format header guards under tensorflow/core/grappler.
PiperOrigin-RevId: 194387041
Diffstat (limited to 'tensorflow/core/grappler/grappler_item_builder.h')
-rw-r--r--tensorflow/core/grappler/grappler_item_builder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/grappler/grappler_item_builder.h b/tensorflow/core/grappler/grappler_item_builder.h
index 6d181e49e6..aafd2fdcda 100644
--- a/tensorflow/core/grappler/grappler_item_builder.h
+++ b/tensorflow/core/grappler/grappler_item_builder.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef TENSORFLOW_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_
-#define TENSORFLOW_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_
+#ifndef TENSORFLOW_CORE_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_
+#define TENSORFLOW_CORE_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_
#include <memory>
#include <set>
@@ -59,4 +59,4 @@ std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef(
} // end namespace grappler
} // end namespace tensorflow
-#endif // TENSORFLOW_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_
+#endif // TENSORFLOW_CORE_GRAPPLER_GRAPPLER_ITEM_BUILDER_H_