aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/algebraic_simplifier.h
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-03-24 00:24:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-25 05:00:58 -0700
commitd8eda53c488683b37ae60e2ecbdf0bd2fd47c8c1 (patch)
tree567c6c50498a0033b5400ec70bdb80ae86dac7a6 /tensorflow/compiler/xla/service/algebraic_simplifier.h
parentf95347a96c431b63183856128bfea3943585f938 (diff)
Misc typo fixes in the XLA sources and docs.
PiperOrigin-RevId: 190322644
Diffstat (limited to 'tensorflow/compiler/xla/service/algebraic_simplifier.h')
-rw-r--r--tensorflow/compiler/xla/service/algebraic_simplifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/algebraic_simplifier.h b/tensorflow/compiler/xla/service/algebraic_simplifier.h
index f0590943be..c48196e861 100644
--- a/tensorflow/compiler/xla/service/algebraic_simplifier.h
+++ b/tensorflow/compiler/xla/service/algebraic_simplifier.h
@@ -57,10 +57,10 @@ class AlgebraicSimplifier : public HloPassInterface {
bool is_layout_sensitive_;
ValidBitcastCallback valid_bitcast_callback_;
- // Enable dot simplication on platforms where it is profitable.
+ // Enable dot simplification on platforms where it is profitable.
bool enable_dot_strength_reduction_;
- // Enable convolution simplication on platforms where it is profitable.
+ // Enable convolution simplification on platforms where it is profitable.
bool enable_conv_simplification_;
};