tensorflow XLA not producing the dot file -
i trying follow tutorial on xla , jit (https://www.tensorflow.org/performance/xla/jit). according https://www.tensorflow.org/performance/xla/jit#step_3_run_with_xla, when run command
https://www.tensorflow.org/performance/xla/jit#step_3_run_with_xla
it should produce output location xla graph. however, output not include info.
extracting /tmp/tensorflow/mnist/input_data/train-images-idx3-ubyte.gz extracting /tmp/tensorflow/mnist/input_data/train-labels-idx1-ubyte.gz extracting /tmp/tensorflow/mnist/input_data/t10k-images-idx3-ubyte.gz extracting /tmp/tensorflow/mnist/input_data/t10k-labels-idx1-ubyte.gz 0.9172
only timeline file generated.
build: tensor flow r1.3 xla jit cpu
Comments
Post a Comment