aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator.h
diff options
context:
space:
mode:
authorGravatar David Majnemer <majnemer@google.com>2018-09-05 14:01:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 14:06:30 -0700
commit9059375e16a563af1cc208a8f4cb898a4892a396 (patch)
tree0292f7a0a766aa7c960f704514fc8e827e78357f /tensorflow/compiler/xla/service/hlo_evaluator.h
parent11caab3c138d06390344c88a4149f1897e3d780d (diff)
[XLA] Rename PrecisionConfigProto to PrecisionConfig
The "Proto" suffix adds little clarity but makes a long type name even longer. PiperOrigin-RevId: 211693871
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_evaluator.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_evaluator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_evaluator.h b/tensorflow/compiler/xla/service/hlo_evaluator.h
index e13af8e999..72252bafc7 100644
--- a/tensorflow/compiler/xla/service/hlo_evaluator.h
+++ b/tensorflow/compiler/xla/service/hlo_evaluator.h
@@ -116,7 +116,7 @@ class HloEvaluator : public DfsHloVisitorWithDefault {
StatusOr<std::unique_ptr<Literal>> EvaluateDotOp(
const DotDimensionNumbers& dim_numbers,
- const PrecisionConfigProto& precision_config, const Literal& lhs,
+ const PrecisionConfig& precision_config, const Literal& lhs,
const Literal& rhs);
protected: