aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/arithmetic_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/arithmetic_optimizer.h
parent481f229881c915fec0822f68c6ce0ebbb9983da0 (diff)
Format header guards under tensorflow/core/grappler.
PiperOrigin-RevId: 194387041
Diffstat (limited to 'tensorflow/core/grappler/optimizers/arithmetic_optimizer.h')
-rw-r--r--tensorflow/core/grappler/optimizers/arithmetic_optimizer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/core/grappler/optimizers/arithmetic_optimizer.h b/tensorflow/core/grappler/optimizers/arithmetic_optimizer.h
index 375f13acc1..689ffd45fe 100644
--- a/tensorflow/core/grappler/optimizers/arithmetic_optimizer.h
+++ b/tensorflow/core/grappler/optimizers/arithmetic_optimizer.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef TENSORFLOW_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_
-#define TENSORFLOW_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_
+#ifndef TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_
+#define TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_
#include <unordered_set>
#include "tensorflow/core/grappler/costs/graph_properties.h"
@@ -109,7 +109,7 @@ class ArithmeticOptimizer : public GraphOptimizer {
Status SimplifyArithmeticOps(bool can_use_shapes);
// Tries to simplify the expression that roots at `node` and replaces the uses
// of `node` to the simplified expression. Returns the name of the simplified
- // tensor (e.g. "split:1") or an emtpy string if no simplification is
+ // tensor (e.g. "split:1") or an empty string if no simplification is
// performed.
//
// `node_map` stores the mapping from node names to NodeDef*, and will be
@@ -138,4 +138,4 @@ class ArithmeticOptimizer : public GraphOptimizer {
} // end namespace grappler
} // end namespace tensorflow
-#endif // TENSORFLOW_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_
+#endif // TENSORFLOW_CORE_GRAPPLER_OPTIMIZERS_ARITHMETIC_OPTIMIZER_H_