Skip to content

Commit

Permalink
Fix TPU link.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwei authored Apr 29, 2018
1 parent 8bf86b8 commit 5c8d834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gives you the power of
With Swift, you can write the following imperative code, and Swift
automatically turns it into **a single TensorFlow Graph** and runs it
with the full performance of TensorFlow Sessions on CPU, GPU and
[TPU](https://cloud.google.com/tpu/docs/tpus).
[TPU](https://cloud.google.com/tpu).

```swift
import TensorFlow
Expand Down

0 comments on commit 5c8d834

Please sign in to comment.