From d9361134494d90cc945c5a77f878e106d663931d Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Thu, 15 Nov 2018 11:41:37 -0800 Subject: [PATCH] Update documentation to reflect that XLA_FLAGS and TF_XLA_FLAGS are now split. PiperOrigin-RevId: 221661379 --- tensorflow/compiler/xla/g3doc/jit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/g3doc/jit.md b/tensorflow/compiler/xla/g3doc/jit.md index b61a0358bc1..85fa16ccc7f 100644 --- a/tensorflow/compiler/xla/g3doc/jit.md +++ b/tensorflow/compiler/xla/g3doc/jit.md @@ -144,7 +144,7 @@ Execute the python script to train the model with XLA and turn on a debugging feature of XLA via an environmental variable that outputs the XLA graph. ```shell -TF_XLA_FLAGS="--xla_hlo_graph_path=/tmp --xla_generate_hlo_graph=.*" python mnist_softmax_xla.py +XLA_FLAGS="--xla_hlo_graph_path=/tmp --xla_generate_hlo_graph=.*" python mnist_softmax_xla.py ``` Open the timeline file created (`timeline.ctf.json`). The rendered timeline