aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/cost_estimator.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/costs/cost_estimator.h
parent481f229881c915fec0822f68c6ce0ebbb9983da0 (diff)
Format header guards under tensorflow/core/grappler.
PiperOrigin-RevId: 194387041
Diffstat (limited to 'tensorflow/core/grappler/costs/cost_estimator.h')
-rw-r--r--tensorflow/core/grappler/costs/cost_estimator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/grappler/costs/cost_estimator.h b/tensorflow/core/grappler/costs/cost_estimator.h
index 9e01ec5ff5..fe8a876f8a 100644
--- a/tensorflow/core/grappler/costs/cost_estimator.h
+++ b/tensorflow/core/grappler/costs/cost_estimator.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef TENSORFLOW_GRAPPLER_COSTS_COST_ESTIMATOR_H_
-#define TENSORFLOW_GRAPPLER_COSTS_COST_ESTIMATOR_H_
+#ifndef TENSORFLOW_CORE_GRAPPLER_COSTS_COST_ESTIMATOR_H_
+#define TENSORFLOW_CORE_GRAPPLER_COSTS_COST_ESTIMATOR_H_
#include <chrono>
#include <unordered_map>
@@ -180,4 +180,4 @@ class CostEstimator {
} // end namespace grappler
} // end namespace tensorflow
-#endif // TENSORFLOW_GRAPPLER_COSTS_COST_ESTIMATOR_H_
+#endif // TENSORFLOW_CORE_GRAPPLER_COSTS_COST_ESTIMATOR_H_