Center-align the logo image and set size
authorEli Bendersky <eliben@google.com>
Mon, 30 Apr 2018 18:19:25 +0000 (11:19 -0700)
committerEli Bendersky <eliben@google.com>
Mon, 30 Apr 2018 18:19:25 +0000 (11:19 -0700)
tensorflow/compiler/xla/README.md

index 514b0c9..179e2e7 100644 (file)
@@ -1,7 +1,9 @@
 XLA (Accelerated Linear Algebra) is a domain-specific compiler for linear
 algebra that optimizes TensorFlow computations.
 
-![XLA logo](xlalogo.png)
+<p align="center">
+  <img width="200" src="xlalogo.png"/>
+</p>
 
 See the [documentation](https://www.tensorflow.org/performance/xla/) for more
 details.