projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff407a
)
Center-align the logo image and set size
author
Eli Bendersky
<eliben@google.com>
Mon, 30 Apr 2018 18:19:25 +0000
(11:19 -0700)
committer
Eli Bendersky
<eliben@google.com>
Mon, 30 Apr 2018 18:19:25 +0000
(11:19 -0700)
tensorflow/compiler/xla/README.md
patch
|
blob
|
history
diff --git
a/tensorflow/compiler/xla/README.md
b/tensorflow/compiler/xla/README.md
index
514b0c9
..
179e2e7
100644
(file)
--- a/
tensorflow/compiler/xla/README.md
+++ b/
tensorflow/compiler/xla/README.md
@@
-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.