aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/xla.proto
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2017-07-31 15:02:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-31 15:06:45 -0700
commit724884f1cac11956c64e512fe40c1f02de7f5061 (patch)
treeda1852334a0a4acddc62d7db3a86f8c5a86646ce /tensorflow/compiler/xla/xla.proto
parent84c2757a66a6074a5f826b688affb06787eb027a (diff)
Show layouts in HLO graph dump.
Layouts are displayed as e.g. "f32[100,200]{0,1}". But constants used to be displayed as e.g. "f32[]{42}". To avoid ambiguity, constants are now displayed as e.g. "42 (f32[])". Also gets rid of the xla_hlo_graph_layout flag, which is no longer necessary since we're now showing layouts unconditionally. PiperOrigin-RevId: 163753637
Diffstat (limited to 'tensorflow/compiler/xla/xla.proto')
-rw-r--r--tensorflow/compiler/xla/xla.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/compiler/xla/xla.proto b/tensorflow/compiler/xla/xla.proto
index be4e00f63c..d0f4a548ed 100644
--- a/tensorflow/compiler/xla/xla.proto
+++ b/tensorflow/compiler/xla/xla.proto
@@ -49,9 +49,6 @@ message DebugOptions {
// Show addresses of HLO ops in graph dump.
bool xla_hlo_graph_addresses = 2;
- // Show layout of HLO ops in graph dump.
- bool xla_hlo_graph_layout = 3;
-
// Path to dump HLO graphs to.
string xla_hlo_graph_path = 4;