Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwei authored Apr 27, 2018
1 parent 5cbbf95 commit 622f474
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
Welcome to the Swift for TensorFlow development community!

Swift for TensorFlow is a new way to develop machine learning models. It
gives you the full power of
gives you the power of
[TensorFlow](https://www.tensorflow.org/programmers_guide/eager) directly
integrated into the [Swift programming language](https://swift.org).
integrated into the [Swift programming language](https://swift.org/about/).
With Swift, you can write the following imperative code the and Swift
automatically turns it into **a single TensorFlow Graph** and runs it
with the full performance of TensorFlow sessions.
with the full performance of TensorFlow Sessions on CPU, GPU and
[TPU](https://cloud.google.com/tpu/docs/tpus).

```swift
import TensorFlow
Expand Down

0 comments on commit 622f474

Please sign in to comment.