aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-14 12:31:29 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-14 12:35:10 -0800
commita99b32fb149d028cd31fe638f81c6ca56c6e3b57 (patch)
treea393bbcca5f2aa6c7d506f8a998d194c448fb864 /tensorflow/compiler/xla/service/hlo_computation.h
parent4c86ece040cb96ea689f5c0d084b6959274eab91 (diff)
[XLA] Gather the bool parameters into one thing to control the text format.
PiperOrigin-RevId: 179079727
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_computation.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_computation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_computation.h b/tensorflow/compiler/xla/service/hlo_computation.h
index ccedda2a03..e87f240540 100644
--- a/tensorflow/compiler/xla/service/hlo_computation.h
+++ b/tensorflow/compiler/xla/service/hlo_computation.h
@@ -138,8 +138,7 @@ class HloComputation {
void UniquifyName(NameUniquer* name_uniquer);
// Return a string representation of the computation.
- string ToString(int nested_level = 0,
- bool include_large_constants = false) const;
+ string ToString(const HloPrintOptions& options = HloPrintOptions()) const;
// Returns a serialized representation of this computation.
HloComputationProto ToProto() const;